mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Remove maximum inertia constraint (#7890)
This commit is contained in:
parent
6aedc39a9a
commit
9a1c8b2cc4
@ -387,7 +387,6 @@ class ZoneConfig(BaseModel):
|
|||||||
default=3,
|
default=3,
|
||||||
title="Number of consecutive frames required for object to be considered present in the zone.",
|
title="Number of consecutive frames required for object to be considered present in the zone.",
|
||||||
gt=0,
|
gt=0,
|
||||||
le=10,
|
|
||||||
)
|
)
|
||||||
objects: List[str] = Field(
|
objects: List[str] = Field(
|
||||||
default_factory=list,
|
default_factory=list,
|
||||||
|
Loading…
Reference in New Issue
Block a user