mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-06-04 01:16:52 +02:00
invert active_count logic
This commit is contained in:
parent
499f75e165
commit
2d5ec25dca
@ -230,7 +230,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
[
|
[
|
||||||
o
|
o
|
||||||
for o in frame[1]
|
for o in frame[1]
|
||||||
if not o["false_positive"] and o["motionless_count"] > 0
|
if not o["false_positive"] and o["motionless_count"] == 0
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user