|
Re: the usb camera
It's a USB camera. Plug it into one of the roboRIO's USB connectors.
What programming language do you use to program your robot? The default LabVIEW project already includes the code to forward the camera image to the Dashboard for display. Examples in C++ and Java show what you need to add to your program for it to do the same thing. Other examples show how to process the image in order to get useful information for your program to use.
|