Added dashboard to project and commented out a class that doesn't exist (yet)

This commit is contained in:
2024-04-19 22:46:38 -07:00
parent 63158215d0
commit 832de95fc1
2 changed files with 11 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class CometBotsOpenCVTest extends LinearOpMode {
controlHubCam = OpenCvCameraFactory.getInstance().createWebcam(
hardwareMap.get(WebcamName.class, "Webcam 1"), cameraMonitorViewId);
controlHubCam.setPipeline(new YellowBlobDetectionPipeline());
// controlHubCam.setPipeline(new YellowBlobDetectionPipeline());
controlHubCam.openCameraDevice();
controlHubCam.startStreaming(CAMERA_WIDTH, CAMERA_HEIGHT, OpenCvCameraRotation.UPRIGHT);