Update Full Reference Config

Added optional camera level objects and filters to the Full Reference Config.
This commit is contained in:
Wing 2025-07-07 21:21:01 -05:00 committed by GitHub
parent aabd5b0077
commit 3b8756f757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -599,6 +599,18 @@ cameras:
# If disabled: config is used but no live stream and no capture etc.
# Events/Recordings are still viewable.
enabled: True
# Optional: list of objects to track at camera level
# objects:
# - person
# Optional: Filters at camera level
# filters:
# person:
# Optional: minimum width*height of the bounding box for the detected object at camera level (default: 0)
# min_area: 1000
# Optional: maximum width*height of the bounding box for the detected object at camera level (default: 24000000)
# max_area: 1000000
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive at camera level (default: shown below)
# threshold: 0.70
# Required: ffmpeg settings for the camera
ffmpeg:
# Required: A list of input streams for the camera. See documentation for more information.