mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-06-13 01:16:53 +02:00
Add comment about global zones behavior (#13269)
This commit is contained in:
parent
540d66af57
commit
b94b08a33c
@ -320,6 +320,9 @@ review:
|
|||||||
- car
|
- car
|
||||||
- person
|
- person
|
||||||
# Optional: required zones for an object to be marked as an alert (default: none)
|
# Optional: required zones for an object to be marked as an alert (default: none)
|
||||||
|
# NOTE: when settings required zones globally, this zone must exist on all cameras
|
||||||
|
# or the config will be considered invalid. In that case the required_zones
|
||||||
|
# should be configured at the camera level.
|
||||||
required_zones:
|
required_zones:
|
||||||
- driveway
|
- driveway
|
||||||
# Optional: detections configuration
|
# Optional: detections configuration
|
||||||
@ -329,6 +332,9 @@ review:
|
|||||||
- car
|
- car
|
||||||
- person
|
- person
|
||||||
# Optional: required zones for an object to be marked as a detection (default: none)
|
# Optional: required zones for an object to be marked as a detection (default: none)
|
||||||
|
# NOTE: when settings required zones globally, this zone must exist on all cameras
|
||||||
|
# or the config will be considered invalid. In that case the required_zones
|
||||||
|
# should be configured at the camera level.
|
||||||
required_zones:
|
required_zones:
|
||||||
- driveway
|
- driveway
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user