From 6da08b71dc610956f20867d18058f5ac2a1d4f46 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 11 Oct 2021 22:55:33 -0700 Subject: [PATCH] [examples] Fix Intermediate Vision Java Example description (#3628) Copy from C++ --- .../src/main/java/edu/wpi/first/wpilibj/examples/examples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/examples.json b/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/examples.json index ef892696d9..57957cb453 100644 --- a/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/examples.json +++ b/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/examples.json @@ -282,7 +282,7 @@ }, { "name": "Intermediate Vision", - "description": "Demonstrate the use of the NIVision class to capture image from a Webcam, process them, and then send them to the dashboard.", + "description": "An example program that acquires images from an attached USB camera and adds some annotation to the image as you might do for showing operators the result of some image recognition, and sends it to the dashboard for display.", "tags": [ "Vision", "Complete List"