From b81992b1455eaa92c88227c9429176a7ddad9f46 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 10 Apr 2022 13:32:29 -0600 Subject: [PATCH] Small cleanups --- docs/docs/configuration/stationary_objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/stationary_objects.md b/docs/docs/configuration/stationary_objects.md index 3bf44f8f9..202fb4054 100644 --- a/docs/docs/configuration/stationary_objects.md +++ b/docs/docs/configuration/stationary_objects.md @@ -17,7 +17,7 @@ detect: threshold: 50 ``` -`interval` is defined as the frequency for running detection on stationary objects. This means that by default, once an object is considered stationary detection will not be run on it until motion is detected. With `interval > 0`, every nth frames detection will be run to make sure the object is still there. +`interval` is defined as the frequency for running detection on stationary objects. This means that by default once an object is considered stationary, detection will not be run on it until motion is detected. With `interval > 0`, every nth frames detection will be run to make sure the object is still there. NOTE: There is no way to disable stationary object tracking with this value.