NIVision Forward Port

Ported the NIVision libraries from the old NIVision implementation to
the new autogenerated JNI bindings.

Change-Id: I7c68ca6abef1185d59a9787e9a269d720c825e2f
This commit is contained in:
Fredric Silberberg
2014-12-24 16:39:46 -05:00
parent a55f34646d
commit 3c4a1d9a1a
18 changed files with 189 additions and 2039 deletions

View File

@@ -63,7 +63,6 @@
<source>1.7</source>
<target>1.7</target>
<excludes>
<exclude>edu/wpi/first/wpilibj/image/</exclude>
<exclude>edu/wpi/first/wpilibj/camera/</exclude>
</excludes>
</configuration>
@@ -77,7 +76,6 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<sourceFileExcludes>
<exclude>edu/wpi/first/wpilibj/image/</exclude>
<exclude>edu/wpi/first/wpilibj/camera/</exclude>
</sourceFileExcludes>
</configuration>