Changes between Version 2 and Version 3 of ControlSystems/SoftwareTeam/Training/GettingStarted/CameraSwitching
- Timestamp:
- Feb 14, 2020, 1:26:22 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/CameraSwitching
v2 v3 3 3 WPILib provides a great helper class called [https://first.wpi.edu/FRC/roborio/release/docs/java/edu/wpi/first/cameraserver/CameraServer.html CameraServer] that does most of the heavy lifting. You can read about it [https://docs.wpilib.org/en/latest/docs/software/vision-processing/introduction/cameraserver-class.html here] and [https://s3.amazonaws.com/screensteps_live/exported/Wpilib/2078/6264/Read_and_process_video_CameraServer_class.pdf?1483739157 here] 4 4 5 For more info see5 For more info about using multiple cameras, see [https://docs.wpilib.org/en/latest/docs/software/vision-processing/introduction/using-multiple-cameras.html here] 6 6 7 7 == Robot.java ==