rtsp同步修改
This commit is contained in:
@@ -176,7 +176,7 @@ class RTSPService:
|
|||||||
|
|
||||||
self.stop_event = threading.Event()
|
self.stop_event = threading.Event()
|
||||||
self.raw_queue = queue.Queue(maxsize=2)
|
self.raw_queue = queue.Queue(maxsize=2)
|
||||||
self.ws_queue = queue.Queue(maxsize=1000)
|
self.ws_queue = queue.Queue(maxsize=10)
|
||||||
|
|
||||||
self.capture_workers = []
|
self.capture_workers = []
|
||||||
self.biz_processor = get_processor(self.algorithm)(self.raw_queue, self.ws_queue, self.stop_event, self.cameras)
|
self.biz_processor = get_processor(self.algorithm)(self.raw_queue, self.ws_queue, self.stop_event, self.cameras)
|
||||||
|
|||||||
Reference in New Issue
Block a user