Update configuration docs

This commit is contained in:
Nick Mowen 2022-05-27 13:19:07 -06:00
parent 258d6af1f1
commit d286c0d632

View File

@ -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