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


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

--

Legend:

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

    v2 v3  
    33Most video processing is done using the free open-source library: OpenCV which is included with WPILib.
    44
    5 The example code 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 camera on the dashboard and creates a red rectangular overlay to assist the driver:
    66{{{
    77package frc.robot;