Changes between Version 2 and Version 3 of ControlSystems/SoftwareTeam/Training/GettingStarted/Cameras
- Timestamp:
- Nov 12, 2019, 7:09:35 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Cameras
v2 v3 6 6 Create a new FRC project. 7 7 8 {{{ 8 9 import edu.wpi.first.cameraserver.CameraServer; 10 }}} 9 11 10 12 Inside robotInit(), configure the camera with: