This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Description
When I connect 3 camera at the time of the code I execute this line of code:
with self.producers_lock: for producer in self.producers.values(): producer.start()
tells me the following: camera with id XXXXX could not be found.
it should be noted that the camera is recognized and saved in the producer without any problem. this error only happens when I connect 3 or more cameras.