From 1fa39c16e68e67cd28350e4cdcdd2b69bef3fd97 Mon Sep 17 00:00:00 2001 From: EdwardFaucher Date: Tue, 6 Dec 2022 18:04:35 -0500 Subject: [PATCH] g --- src/main/java/frc/robot/RobotContainer.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/frc/robot/RobotContainer.java b/src/main/java/frc/robot/RobotContainer.java index da51045..b4e3b13 100644 --- a/src/main/java/frc/robot/RobotContainer.java +++ b/src/main/java/frc/robot/RobotContainer.java @@ -3,6 +3,7 @@ // the WPILib BSD license file in the root directory of this project. package frc.robot; +import edu.wpi.first.cameraserver.CameraServer; import edu.wpi.first.wpilibj.GenericHID; import edu.wpi.first.wpilibj.XboxController; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; @@ -49,6 +50,7 @@ public class RobotContainer { /** The container for the robot. Contains subsystems, OI devices, and commands. */ public RobotContainer() { + CameraServer.startAutomaticCapture(); // Configure the button bindings configureButtonBindings();