forked from Github/frigate
cap the array size of the output queue
This commit is contained in:
@@ -719,7 +719,6 @@ class TrackedObjectProcessor(threading.Thread):
|
||||
frame_time, current_tracked_objects, motion_boxes, regions
|
||||
)
|
||||
|
||||
# TODO: should this queue have a max length?
|
||||
self.video_output_queue.put(
|
||||
(
|
||||
camera,
|
||||
|
||||
Reference in New Issue
Block a user