From 778749125c1eb791d902f6f07148b70bff3a81d6 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 28 Jan 2024 14:05:57 -0600 Subject: [PATCH] clarify zone presence --- docs/docs/configuration/zones.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/configuration/zones.md b/docs/docs/configuration/zones.md index daca1786a..40297b048 100644 --- a/docs/docs/configuration/zones.md +++ b/docs/docs/configuration/zones.md @@ -5,6 +5,9 @@ title: Zones Zones allow you to define a specific area of the frame and apply additional filters for object types so you can determine whether or not an object is within a particular area. Presence in a zone is evaluated based on the bottom center of the bounding box for the object. It does not matter how much of the bounding box overlaps with the zone. +For example, the cat in this image is currently in Zone 1, but **not** Zone 2. +![bottom center](/img/bottom-center.jpg) + Zones cannot have the same name as a camera. If desired, a single zone can include multiple cameras if you have multiple cameras covering the same area by configuring zones with the same name for each camera. During testing, enable the Zones option for the debug feed so you can adjust as needed. The zone line will increase in thickness when any object enters the zone.