From fa40263742a6221308c1d944a901ba3ba1c698ec Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 2 Jun 2025 07:31:02 -0600 Subject: [PATCH] Clarify --- docs/docs/configuration/motion_detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/motion_detection.md b/docs/docs/configuration/motion_detection.md index ec6d7ca25..c22491fd0 100644 --- a/docs/docs/configuration/motion_detection.md +++ b/docs/docs/configuration/motion_detection.md @@ -104,4 +104,4 @@ Lightning threshold does not stop motion based recordings from being saved. ::: -Large changes in motion like PTZ moves and camera switches between Color and IR mode should result in no motion detection. This is done via the `lightning_threshold` configuration. It is defined as the percentage of the image used to detect lightning or other substantial changes where motion detection needs to recalibrate. Increasing this value will make motion detection more likely to consider lightning or IR mode changes as valid motion. Decreasing this value will make motion detection more likely to ignore large amounts of motion such as a person approaching a doorbell camera. +Large changes in motion like PTZ moves and camera switches between Color and IR mode should result in a pause in object detection. This is done via the `lightning_threshold` configuration. It is defined as the percentage of the image used to detect lightning or other substantial changes where motion detection needs to recalibrate. Increasing this value will make motion detection more likely to consider lightning or IR mode changes as valid motion. Decreasing this value will make motion detection more likely to ignore large amounts of motion such as a person approaching a doorbell camera.