fix: removed unnecessary 'int' type before value
This commit is contained in:
parent
4b25e1c570
commit
1e7f8c1880
1 changed files with 3 additions and 3 deletions
|
|
@ -21,9 +21,9 @@ video_output_path: null
|
||||||
# Camera ID to use for video recording (1 is usually the close-up camera)
|
# Camera ID to use for video recording (1 is usually the close-up camera)
|
||||||
camera_id: 1
|
camera_id: 1
|
||||||
|
|
||||||
video_width: int = 640
|
video_width: 640
|
||||||
video_height: int = 480
|
video_height: 80
|
||||||
video_fps: int = 60
|
video_fps: 60
|
||||||
|
|
||||||
# Optional override for the metadata YAML file path.
|
# Optional override for the metadata YAML file path.
|
||||||
# If null, the script looks for `<model_name>_metadata.yaml` alongside the model_path.
|
# If null, the script looks for `<model_name>_metadata.yaml` alongside the model_path.
|
||||||
|
|
|
||||||
Reference in a new issue