We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc8085 commit b2ed029Copy full SHA for b2ed029
main/cpp/Robot.cpp
@@ -20,6 +20,7 @@ void Robot::RobotPeriodic() {
20
UsbCamera driverCamera = CameraServer::GetInstance()->StartAutomaticCapture(1);
21
driverCamera.SetResolution(320, 240);
22
floorCamera.SetResolution(640, 480);
23
+ //The rest of these do not name a specific camera need to fix that
24
CvSink cvSink = CameraServer::GetInstance()->GetVideo();
25
CvSource outputStream = CameraServer::GetInstance()->PutVideo("Rectangle", 640, 480);
26
Mat mat;
0 commit comments