Minor fix to add CameraStream support to RawEocv.

This commit is contained in:
Titan Robotics Club
2024-10-10 17:00:24 -07:00
parent 7612f65b58
commit 71a1504359

View File

@ -135,6 +135,11 @@ public class Vision
openCvCamera = OpenCvCameraFactory.getInstance().createWebcam(webcam1);
}
// if (RobotParams.Preferences.useCameraStreamProcessor)
// {
// FtcDashboard.getInstance().startCameraStream(openCvCamera, 0);
// }
tracer.traceInfo(moduleName, "Starting RawEocvColorBlobVision...");
rawColorBlobPipeline = new FtcRawEocvColorBlobPipeline(
"rawColorBlobPipeline", colorConversion, redBlobColorThresholds, colorBlobFilterContourParams, true);