Changes between Version 8 and Version 9 of ControlSystems/SoftwareTeam/Training/GettingStarted/Overlays
- Timestamp:
- Nov 29, 2019, 9:51:09 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Overlays
v8 v9 36 36 Mat mat = new Mat(); 37 37 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 38 41 while(!Thread.interrupted()) { 39 42 // grab a frame from the video stream