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


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

--

Legend:

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

    v8 v9  
    3636                Mat mat = new Mat();
    3737               
     38                // Continuously grab frames from the USB camera,
     39                // add a rectangle overlay onto them, and
     40                // then stream the combined image to the dashboard
    3841                while(!Thread.interrupted()) {
    3942                  // grab a frame from the video stream