mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
fix preview comparison (#10338)
This commit is contained in:
parent
f7122a766e
commit
c721e7cfa9
@ -212,7 +212,7 @@ class PreviewRecorder:
|
||||
return False
|
||||
|
||||
# send frame if a non-stationary object is in a zone
|
||||
if len(active_objs > 0):
|
||||
if len(active_objs) > 0:
|
||||
self.last_output_time = frame_time
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user