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
Hi @JANGSOONMYUN I believe that you are asking how to put multiple cameras on multiple threads. Is that correct, please?
If so, and you do not wish to use the rs-multicam code, then the long discussion in the link below is an excellent reference about programming access to multiple cameras in C++.
I'm trying to connect multi-cameras with Thread.
But I don't use the example code of 'multicam'.
Here are functions that I used for camera connection and acquiring images.
It worked well when I only connect one camera.
But if I connect one more camera, image acquiring is very slow. And eventually, an error below occurs.
Please help me to solve the problem.
The text was updated successfully, but these errors were encountered: