Added dashboard to project and commented out a class that doesn't exist (yet)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user