Add FPS display feature and update configuration for display settings

This commit is contained in:
2026-05-07 19:56:04 +02:00
parent b65d0e2130
commit d117be5eec
4 changed files with 66 additions and 4 deletions

View File

@@ -53,6 +53,9 @@ DEFAULT_CONFIG: dict[str, Any] = {
"video_extension": "mp4",
"video_codec": "mp4v",
},
"display": {
"show_fps": True,
},
"label_data": {"models": ["Regius", "Duvell"], "colors": ["T-NF-BLK-OUT-BST-G", "T-BLK-G"]},
}