I am using the Simple Vision example code
Code:
CameraServer::GetInstance()->SetQuality(50);
CameraServer::GetInstance()->StartAutomaticCapture("cam0");
CameraServer::GetInstance()->StartAutomaticCapture("cam1");
I added the "cam1", however, because we've been having issues with the RoboRIO not registering "cam0", but instead will just recognize the camera as cam1 and up.
On our prototype robot, we're having success with one camera - but not on our "final" robot, even when using the same RoboRIO, and code from our prototype robot.
We had success with both the SmartDashboard and the standard Driver Station on our prototype robot.
Here's the error log
error.txt
The frame.jpg has no data in it.