Changes between Version 5 and Version 6 of ControlSystems/SoftwareTeam/Training/GettingStarted/Overlays


Ignore:
Timestamp:
Nov 28, 2019, 11:14:38 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v5 v6  
    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 camera 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 creates a red rectangular overlay to assist the driver:
    66{{{
    77package frc.robot;