mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Update configuration docs
This commit is contained in:
parent
258d6af1f1
commit
d286c0d632
@ -438,8 +438,10 @@ cameras:
|
|||||||
# camera.
|
# camera.
|
||||||
front_steps:
|
front_steps:
|
||||||
# Required: List of x,y coordinates to define the polygon of the zone.
|
# Required: List of x,y coordinates to define the polygon of the zone.
|
||||||
# NOTE: Presence in a zone is evaluated only based on the bottom center of the objects bounding box.
|
# NOTE: Presence in a zone is evaluated only based on a specific point of the objects bounding box.
|
||||||
coordinates: 545,1077,747,939,788,805
|
coordinates: 545,1077,747,939,788,805
|
||||||
|
# Optional: Point of the bounding box that needs to be within the zone to be considered active. (default: shown below)
|
||||||
|
bounding_box_trigger: bottom_center
|
||||||
# Optional: List of objects that can trigger this zone (default: all tracked objects)
|
# Optional: List of objects that can trigger this zone (default: all tracked objects)
|
||||||
objects:
|
objects:
|
||||||
- person
|
- person
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user