set stationary_threshold default to 5x fps

This commit is contained in:
Blake Blackshear 2022-02-11 07:12:51 -06:00 committed by Nick Mowen
parent af52f6a2a3
commit fe906e949f

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,
)