mirror of
https://github.com/MarcA711/frigate-rockchip.git
synced 2025-10-27 18:50:42 +08:00
let the queues get as big as needed
This commit is contained in:
@@ -73,7 +73,7 @@ def main():
|
||||
|
||||
# Queue for prepped frames, max size set to number of regions * 3
|
||||
max_queue_size = sum([len(camera['regions'])*3 for name, camera in CONFIG['cameras'].items()])
|
||||
prepped_frame_queue = queue.Queue(max_queue_size)
|
||||
prepped_frame_queue = queue.Queue()
|
||||
|
||||
cameras = {}
|
||||
for name, config in CONFIG['cameras'].items():
|
||||
|
||||
Reference in New Issue
Block a user