Changes between Version 2 and Version 3 of ControlSystems/SoftwareTeam/Training/AdvancedTraining/FRCVision


Ignore:
Timestamp:
Dec 8, 2019, 10:50:56 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/AdvancedTraining/FRCVision

    v2 v3  
    4242
    4343If all went well, you should be able to download code to your RoboRIO and when you launch the driver station, you will have a new camera choice: 'rPi Camera 0' that is streaming video.  The next step is to start writing java code that runs on the roboRIO, does vision processing, and sends processed results (e.g. coordinates of a target) back to the Rio using Network Tables.  Network Table support is included with FRCVision and you can view an extensive set of variables included by default in the Variables tab of the Smart Dashboard.
     44
     45Next Steps: write custom vision processing code that runs on the Pi and returns target coordinates via Network Tables.  See [https://pdocs.kauailabs.com/vmx-rtk/examples/frc/ here] for a start