set stationary_threshold default to 5x fps

This commit is contained in:
Blake Blackshear
2022-02-20 07:46:09 -07:00
committed by Nick Mowen
parent af52f6a2a3
commit fe906e949f
-1
View File
@@ -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,
)