From c3f05140a2c0a5484ac13842f611ee6b3399ced0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 20 Apr 2024 06:32:57 -0600 Subject: [PATCH] add zones example to detection docs too --- docs/docs/configuration/review.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/review.md b/docs/docs/configuration/review.md index 441208537..be187748b 100644 --- a/docs/docs/configuration/review.md +++ b/docs/docs/configuration/review.md @@ -23,7 +23,7 @@ review: ## Restricting alerts to specific zones -By default a review item will be marked as an alert if any `review -> alerts -> labels` is detected anywhere in the camera frame. You will likely want to configure review items to only be marked as an alert when the object enters an area of interest, [see the zone docs for more information](./zones.md#restricting-alerts-and-detections-to-specific-zones) +By default a review item will be marked as an alert if any `review -> alerts -> labels` are detected anywhere in the camera frame. You will likely want to configure review items to only be marked as an alert when the object enters an area of interest, [see the zone docs for more information](./zones.md#restricting-alerts-and-detections-to-specific-zones) :::info @@ -45,3 +45,13 @@ review: - bark - dog ``` + +## Restricting alerts to specific zones + +By default a review item will be marked as a detection if any `review -> detections -> labels` are detected anywhere in the camera frame. You may want to configure review items to only be marked as a detection when the object enters an area of secondary interest, [see the zone docs for more information](./zones.md#restricting-alerts-and-detections-to-specific-zones) + +:::info + +Because zones don't apply to audio, audio labels will always be marked as a detection. + +:::