Open roche-MH opened 3 years ago
I am not sure what your problem is exactly. A code example of what you are trying to achieve would be helpful so I can reproduce the problem.
An example of how multithreaded asynchronous image acquisition may be implemented can be found in the multithreading_opencv.py
example.
i have two camera so i use multithreading.py but i want asynchronous - two camera (version) plz help me :(
i try multithreading code :159 add
handler = Handler()
and add class Handler() then self.cam.start_streaming(handler=handler, buffer_count=10)