Make initialization configurable (#8392)

This commit is contained in:
Nicolas Mowen
2023-10-30 18:26:31 -06:00
committed by GitHub
parent e89dafa82e
commit ba603c1937
3 changed files with 12 additions and 3 deletions

View File

@@ -231,6 +231,8 @@ detect:
fps: 5
# Optional: enables detection for the camera (default: True)
enabled: True
# Optional: Number of consecutive detection hits required for an object to be initialized in the tracker. (default: 1/2 the frame rate)
min_initialized: 2
# 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