| TogetherSword8 |
18-03-2016 22:35 |
Re: 2 usb camera toggle in labview
I know there is a way to get both camera streams through usb. Look at the example code, and when it initializes camera, it has you choose between usb 0 and camera-team.local. If you change the camera-team.local to usb 1, it will be the second camera. If you double this initialization code for usb 0 and usb 1, you can choose which camera reference to read.
As for how to forward this image to the robot, I am not sure, but my idea would be to use an udp connection and send over the image at the end, choosing between the two. There is probably a more efficient way, but I don't have a robot with me such that I could test any potential solutions.
|