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"