fallback to opencv to detect resolution and allow config to specify

This commit is contained in:
Blake Blackshear
2020-01-18 20:24:44 -06:00
parent 6263912655
commit cd057370e1
2 changed files with 19 additions and 2 deletions

View File

@@ -81,6 +81,12 @@ cameras:
# hwaccel_args: []
# input_args: []
# output_args: []
################
## Optionally specify the resolution of the video feed. Frigate will try to auto detect if not specified
################
# height: 1280
# width: 720
################
## Optional mask. Must be the same dimensions as your video feed.