From 663bf05fd7bc1c386e37bfa28abddf85992ede7e Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 5 Feb 2022 08:51:31 -0600 Subject: [PATCH] update stationary interval docs --- docs/docs/configuration/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 0e650dc57..2d8eb2d19 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -159,8 +159,9 @@ detect: enabled: True # Optional: Number of frames without a detection before frigate considers an object to be gone. (default: 5x the frame rate) max_disappeared: 25 - # Optional: Frequency for running detection on stationary objects (default: 10x the frame rate) - stationary_interval: 50 + # Optional: Frequency for running detection on stationary objects (default: 0) + # When set to 0, object detection will never be run on stationary objects. If set to 10, it will be run on every 10th frame. + stationary_interval: 0 # Optional: Object configuration # NOTE: Can be overridden at the camera level