View Single Post
  #5   Spotlight this post!  
Unread 02-15-2015, 02:31 PM
seabasssl seabasssl is offline
Registered User
FRC #3711
 
Join Date: Feb 2015
Location: Trout Lake, Washington
Posts: 9
seabasssl is an unknown quantity at this point
Re: USB Camera on the SmartDashboard

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.
Reply With Quote