|
Re: Microsoft LifeCam HD-3000 USB Camera not working on dashboard
In order for dashboards to display images from the camera, you do need a camera server running on the roboRIO. This can be done in many ways, but it is built into the default robot project code. It is the Send 2 PC icon.
You also need to have the driver station running so that the dashboard knows which robot it should connect to.
So ensure that you have robot code, a DS connected to the robot, and a dashboard.
If that doesn't work, I'd look at the robot code to ensure that the vision code is still there and that it is still registering the camera with a name of some sort. The "Camera 1" or other names that show up in the dashboard list use the registered name. So you can use better names, and you must name it in order to show up in the list.
Greg McKaskle
|