Changes between Version 2 and Version 3 of ControlSystems/SoftwareTeam/Training/GettingStarted/CameraSwitching


Ignore:
Timestamp:
Feb 14, 2020, 1:26:22 AM (5 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/CameraSwitching

    v2 v3  
    33WPILib 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]
    44
    5 For more info see
     5For more info about using multiple cameras, see [https://docs.wpilib.org/en/latest/docs/software/vision-processing/introduction/using-multiple-cameras.html here]
    66
    77== Robot.java ==