From 08f573aaa5ec0b9bf3d4b40388942254448b902a Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 20 Feb 2022 08:17:43 -0600 Subject: [PATCH] Clarify max_frames setting --- docs/docs/configuration/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 5d8638745..0863f3643 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -170,6 +170,9 @@ detect: # This can help with false positives for objects that should only be stationary for a limited amount of time. # It can also be used to disable stationary object tracking. For example, you may want to set a value for person, but leave # car at the default. + # WARNING: Setting these values overrides default behavior and disables stationary object tracking. + # There are very few situations where you would want it disabled. It is NOT recommended to + # copy these values from the example config into your config unless you know they are needed. max_frames: # Optional: Default for all object types (default: not set, track forever) default: 3000