|
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.
|