1
Fork 0

fix: removed unnecessary 'int' type before value

This commit is contained in:
Jona Reynaert 2026-05-19 17:57:03 +02:00
parent 4b25e1c570
commit 1e7f8c1880

View file

@ -21,9 +21,9 @@ video_output_path: null
# Camera ID to use for video recording (1 is usually the close-up camera)
camera_id: 1
video_width: int = 640
video_height: int = 480
video_fps: int = 60
video_width: 640
video_height: 80
video_fps: 60
# Optional override for the metadata YAML file path.
# If null, the script looks for `<model_name>_metadata.yaml` alongside the model_path.