View Single Post
  #5   Spotlight this post!  
Unread 19-01-2017, 15:44
Greg McKaskle Greg McKaskle is offline
Registered User
FRC #2468 (Team NI & Appreciate)
 
Join Date: Apr 2008
Rookie Year: 2008
Location: Austin, TX
Posts: 4,756
Greg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond repute
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
Reply With Quote