Error SimpleOpenNi library
in
Contributed Library Questions
•
1 year ago
I have downloaded the
SimpleOpenNI library. When I run a sample from this library I get this following error:
UnsatisfiedLinkError: SimpleOpenNi: SimpleOpenNIJNI.swing_moduel_init()V
Can't load SimpleOpenNI library (SimpleOpenNI32) : java.lang.UnsatisfiedLinkError: \SimpleOpenNI\library\SimpleOpenNI32.dll: Can't find dependent libraries
Verify if you installed SimpleOpenNI correctly.
http://code.google.com/p/simple-openni/wiki/Installation
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: SimpleOpenNI.SimpleOpenNIJNI.swig_module_init()V
at SimpleOpenNI.SimpleOpenNIJNI.swig_module_init(Native Method)
at SimpleOpenNI.SimpleOpenNIJNI.<clinit>(SimpleOpenNIJNI.java:1575)
at SimpleOpenNI.ContextWrapper.<init>(ContextWrapper.java:54)
at SimpleOpenNI.SimpleOpenNI.<init>(SimpleOpenNI.java:212)
at sketch_oct09a.setup(sketch_oct09a.java:29)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
I have installed, OpenNI, NITE, sensor Installer Sensor Installer (Driver for Primesense Devices: Asus Xtion Pro,etc.)and Kinect Installer (Driver for Kinect) for Win32 and I'm using Processing 1.5.1
Does somebody know how to solve this error?
Thank in advance.
UnsatisfiedLinkError: SimpleOpenNi: SimpleOpenNIJNI.swing_moduel_init()V
Can't load SimpleOpenNI library (SimpleOpenNI32) : java.lang.UnsatisfiedLinkError: \SimpleOpenNI\library\SimpleOpenNI32.dll: Can't find dependent libraries
Verify if you installed SimpleOpenNI correctly.
http://code.google.com/p/simple-openni/wiki/Installation
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: SimpleOpenNI.SimpleOpenNIJNI.swig_module_init()V
at SimpleOpenNI.SimpleOpenNIJNI.swig_module_init(Native Method)
at SimpleOpenNI.SimpleOpenNIJNI.<clinit>(SimpleOpenNIJNI.java:1575)
at SimpleOpenNI.ContextWrapper.<init>(ContextWrapper.java:54)
at SimpleOpenNI.SimpleOpenNI.<init>(SimpleOpenNI.java:212)
at sketch_oct09a.setup(sketch_oct09a.java:29)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
I have installed, OpenNI, NITE, sensor Installer Sensor Installer (Driver for Primesense Devices: Asus Xtion Pro,etc.)and Kinect Installer (Driver for Kinect) for Win32 and I'm using Processing 1.5.1
Does somebody know how to solve this error?
Thank in advance.
1