mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
set stationary_threshold default to 5x fps
This commit is contained in:
parent
af52f6a2a3
commit
fe906e949f
@ -200,7 +200,6 @@ class DetectConfig(FrigateBaseModel):
|
||||
title="Stationary objects config.",
|
||||
)
|
||||
stationary_threshold: Optional[int] = Field(
|
||||
default=10,
|
||||
title="Number of frames without a position change for an object to be considered stationary",
|
||||
ge=1,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user