|
Re: USB Double Camera??
Yes, but it will take some customization.
First, the USB cameras have addresses based on their serial number. The LV framework has one Vision VI that does initialization, optional publishing to the dashboard, and can loop and do roboRIO processing and reconfiguration.
You would probably want to modify the Vision VI to have code for the other camera. In particular, you need to perform an Open with the other USB address, probably USB 1, and connect it to a Background loop. If you will not process on the roboRIO, you don't need the loop that contains Get and reconfiguration.
On the dashboard, you would also want to customize.
If you want your single image viewer to switch between cameras, you will want to have a switch/button/ring selector, and I think it will be able to simply decide the camera address. I haven't tried that approach. You can also add an additional vision loop for the other camera and decide which draws to the image display.
If you want a second display, you will want to scoot things around or make space for it. You may also want to delete or update the sizing code. Then you will definitely make a second vision loop and connect it to the second display.
If you have issues or questions, post them here.
Greg McKaskle
|