mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
Fix logic
This commit is contained in:
parent
c2e33ef0e2
commit
92a1cec6af
@ -733,7 +733,7 @@ class CameraState:
|
||||
object_type = obj.obj_data["label"]
|
||||
active = (
|
||||
obj.obj_data["motionless_count"]
|
||||
> self.camera_config.detect.stationary.threshold
|
||||
< self.camera_config.detect.stationary.threshold
|
||||
)
|
||||
|
||||
if (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user