From bfecee9650f7aa962c3222ed4de466f8c4acdefe Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 13 Feb 2022 10:27:58 -0600 Subject: [PATCH] add missing optional comment in docs --- docs/docs/configuration/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 52cfefcdd..5d8638745 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -159,6 +159,7 @@ 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: Configuration for stationary object tracking stationary: # Optional: Frequency for running detection on stationary objects (default: shown below) # 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.