You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
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.