diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml index 8a535b38d8..af3c4c6917 100755 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/resources/templates/examples/examples.xml @@ -92,6 +92,7 @@ teleoperated routines. Getting Started with Java + Complete List src/$package-dir @@ -298,6 +299,7 @@ Demonstrate the use of the CameraServer class to stream from a USB Webcam without processing the images. Vision + Complete List src/$package-dir @@ -313,6 +315,7 @@ Demonstrate the use of the NIVision class to capture image from a Webcam, process them, and then send them to the dashboard. Vision + Complete List src/$package-dir @@ -323,4 +326,24 @@ + + Axis Camera Sample + An example program that acquires images from an Axis network 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. This demonstrates the use of the + AxisCamera class. + + + Vision + Complete List + + + src/$package-dir + + + + + +