mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-04 22:41:23 -07:00
Minor fix to add CameraStream support to RawEocv.
This commit is contained in:
@ -135,6 +135,11 @@ public class Vision
|
|||||||
openCvCamera = OpenCvCameraFactory.getInstance().createWebcam(webcam1);
|
openCvCamera = OpenCvCameraFactory.getInstance().createWebcam(webcam1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if (RobotParams.Preferences.useCameraStreamProcessor)
|
||||||
|
// {
|
||||||
|
// FtcDashboard.getInstance().startCameraStream(openCvCamera, 0);
|
||||||
|
// }
|
||||||
|
|
||||||
tracer.traceInfo(moduleName, "Starting RawEocvColorBlobVision...");
|
tracer.traceInfo(moduleName, "Starting RawEocvColorBlobVision...");
|
||||||
rawColorBlobPipeline = new FtcRawEocvColorBlobPipeline(
|
rawColorBlobPipeline = new FtcRawEocvColorBlobPipeline(
|
||||||
"rawColorBlobPipeline", colorConversion, redBlobColorThresholds, colorBlobFilterContourParams, true);
|
"rawColorBlobPipeline", colorConversion, redBlobColorThresholds, colorBlobFilterContourParams, true);
|
||||||
|
Reference in New Issue
Block a user