View Single Post
  #3   Spotlight this post!  
Unread 29-01-2017, 11:16
java4first java4first is offline
(Java) Programming Mentor
AKA: Stu
FRC #0501 (Power Knights)
Team Role: Mentor
 
Join Date: Nov 2010
Rookie Year: 2011
Location: Goffstown, NH
Posts: 62
java4first is an unknown quantity at this point
Re: Unable to get RoboRio USB Camera to Work

For what it is worth - we get three of those errors, but the camera appears to be working fine (we get streaming images to the proper widget on the SmartDashboard). 2 are at UsbCameraProperty.cpp:66 and the third is at UsbCameraProperty.cpp:72. If you watch the construct / init, we are trying to do two 'property'(?) changes - one for the image resolution and one for the FPS ... so it lines up with the two exceptions.
Reply With Quote