Add camera rotation feature with configurable degrees

This commit is contained in:
2026-05-07 00:39:18 +02:00
parent ec4872a5d6
commit 673cc64169
4 changed files with 19 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ DEFAULT_CONFIG: dict[str, Any] = {
"height": 1080,
"fps": 30,
"backend": "auto",
"rotation_degrees": 0,
"properties": {
"brightness": None,
"contrast": None,