View Single Post
  #1   Spotlight this post!  
Unread 12-01-2013, 16:29
conwill345's Avatar
conwill345 conwill345 is offline
Student Programmer
AKA: Connor Willison
FRC #0708 (Hardwired Fusion)
Team Role: Programmer
 
Join Date: Jul 2011
Rookie Year: 2010
Location: Hatboro-Horsham High School
Posts: 11
conwill345 is an unknown quantity at this point
Java Smart Dashboard Camera Display Problem

We at Team 708 are trying to display our camera feed in the Smart Dashboard this year. Our camera is configured at the correct address (10.7.8.11), and anonymous viewing is enabled. We can view the feed with a browser. The feed will not show up on the Java Smart Dashboard, and when the Dashboard is run from the command line we get the following error output:

Exception in thread "Thread-5" java.lang.UnsatisfiedLinkError: no jniavutil in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.googlecode.javacpp.Loader.load(Loader.java:338 )
at com.googlecode.javacpp.Loader.load(Loader.java:266 )
at com.googlecode.javacv.cpp.avutil.<clinit>(avutil.j ava:74)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.googlecode.javacpp.Loader.load(Loader.java:286 )
at com.googlecode.javacv.cpp.avcodec.<clinit>(avcodec .java:85)
at com.googlecode.javacv.FFmpegFrameGrabber.<init>

Please help!
Reply With Quote