Changes between Version 7 and Version 8 of ControlSystems/SoftwareTeam/Training/GettingStarted/Overlays


Ignore:
Timestamp:
Nov 29, 2019, 9:49:38 AM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v7 v8  
    33Most video processing is done using the free open-source library: OpenCV which is included with WPILib.
    44
    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:
     5The example Robot.java below displays the video from a USB web camera connected to the RoboRIO on the dashboard and overlays a red rectangle on each received video frame.  Overlays such as cross-hairs, circles, etc. can be used to show the driver where the robot must be pointed/positioned to reach a target (e.g. where a shooter is pointing or a carried game-piece must be positioned.  Overlays often help the driver line up the robot as needed.
    66{{{
    77package frc.robot;