forked from Github/frigate
fix preview comparison (#10338)
This commit is contained in:
@@ -212,7 +212,7 @@ class PreviewRecorder:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
# send frame if a non-stationary object is in a zone
|
# 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
|
self.last_output_time = frame_time
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user