alliedvision / VimbaPython

Old Allied Vision Vimba Python API. The successor to this API is VmbPy
BSD 2-Clause "Simplified" License
93 stars 40 forks source link

can i get asynchronous_multicamera code? #57

Open roche-MH opened 3 years ago

roche-MH commented 3 years ago

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)

NiklasKroeger-AlliedVision commented 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.