Axis camera C++ example program

Change-Id: I60a14ce91fc09831b497ccdaaa7bb1bb26c8d945
This commit is contained in:
Brad Miller
2014-12-28 15:36:41 -05:00
parent f3484686c9
commit 32f3bea465
2 changed files with 57 additions and 0 deletions

View File

@@ -316,6 +316,26 @@
</files>
</example>
<example>
<name>Axis Camera Sample</name>
<description>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.
</description>
<tags>
<tag>Vision</tag>
<tag>Complete List</tag>
</tags>
<packages>
<package>src</package>
</packages>
<files>
<file source="examples/AxisCameraSample/src/Robot.cpp"
destination="src/Robot.cpp"></file>
</files>
</example>
<example>
<name>GearsBot</name>