Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #87 from rh-robotics/teo-refactor-vision
Browse files Browse the repository at this point in the history
Changed Vision Classes & Locations
  • Loading branch information
DragonDev07 authored Feb 16, 2024
2 parents e16bf3c + 728554d commit 33cf350
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 151 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.firstinspires.ftc.teamcode.teleop;
package org.firstinspires.ftc.teamcode.subsystems.vision;

import org.firstinspires.ftc.robotcore.external.Telemetry;
import org.opencv.core.Core;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;

import org.firstinspires.ftc.robotcore.external.hardware.camera.WebcamName;
import org.firstinspires.ftc.teamcode.subsystems.vision.PixelCameraTest;
import org.openftc.easyopencv.OpenCvCamera;
import org.openftc.easyopencv.OpenCvCameraFactory;
import org.openftc.easyopencv.OpenCvCameraRotation;

@Autonomous(name = "Vision Test ", group = "Testing")
public class CVTest extends LinearOpMode {
@Autonomous(name = "Vision Test", group = "Testing")
public class VisionTest extends LinearOpMode {
OpenCvCamera camera;
String webcamName = "Webcam 1";

Expand Down

0 comments on commit 33cf350

Please sign in to comment.