From b94b08a33c128ea3a05c46dbbe82e0256119224b Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 22 Aug 2024 06:47:53 -0600 Subject: [PATCH] Add comment about global zones behavior (#13269) --- docs/docs/configuration/reference.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index 2be78aacc..60f21abaa 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -320,6 +320,9 @@ review: - car - person # 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: - driveway # Optional: detections configuration @@ -329,6 +332,9 @@ review: - car - person # 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: - driveway