From d286c0d632eaf2e5dff69ecf29dfc9da06973f9b Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 27 May 2022 13:19:07 -0600 Subject: [PATCH] Update configuration docs --- docs/docs/configuration/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index fa3a6f2fa..bcb21ab79 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -438,8 +438,10 @@ cameras: # camera. front_steps: # 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 + # 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) objects: - person