Changes between Version 5 and Version 6 of ControlSystems/SoftwareTeam/Training/GettingStarted/Overlays
- Timestamp:
- Nov 28, 2019, 11:14:38 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Overlays
v5 v6 3 3 Most video processing is done using the free open-source library: OpenCV which is included with WPILib. 4 4 5 The example Robot.java below displays the video from a USB cameraon the dashboard and creates a red rectangular overlay to assist the driver:5 The example Robot.java below displays the video from a USB web camera connected to the RoboRIO on the dashboard and creates a red rectangular overlay to assist the driver: 6 6 {{{ 7 7 package frc.robot;