Skip to content

Commit

Permalink
Added Intake Camera
Browse files Browse the repository at this point in the history
  • Loading branch information
Merridew1 committed Dec 7, 2024
1 parent 5d91e5f commit 30d8d84
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import org.littletonrobotics.junction.Logger;

import edu.wpi.first.cameraserver.CameraServer;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.Commands;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
Expand All @@ -12,6 +13,7 @@ public class ballMechanism extends SubsystemBase {

public ballMechanism(ballMechanismIO io) {
this.io = io;
CameraServer.startAutomaticCapture("Intake Camera", 0);
}

@Override
Expand Down

0 comments on commit 30d8d84

Please sign in to comment.