Updating frame handling

This commit is contained in:
2026-03-17 15:43:49 -07:00
parent 0aadd7f447
commit 592fb0c078
4 changed files with 153 additions and 164 deletions

View File

@@ -11,6 +11,7 @@ python = "^3.12"
flask = "^3.0"
picamera2 = "^0.3"
python-prctl = {version = "*", optional = true}
pillow = "^12.1.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0"