Help on simpleopenNI for Kinect
in
Contributed Library Questions
•
1 year ago
hi,
I want to use Kinect and look examples on simpleopenNI.
I installed simpleopen NI in documents/Processing/libraries
I also installed openNI, NITE, and prime Sensor on my computer
my kinect is from Xbox 360 and I connect it on computer ( green light is workin )
When i try to run any program from simpleopenNI example i have the error message:
"UnsatisfiedLinkError:SimpleOpenNI.SimpleOpenNIJNI.swig_module_init()V"
my error message on black interface is:
"Can't load SimpleOpenNI library (SimpleOpenNI32) : java.lang.UnsatisfiedLinkError: C:UAlexandreDocumentsProcessinglibrariesSimpleOpenNIexamplesOpenNIAlternativeViewpoint3dcodeSimpleOpenNI32.dll: La procédure spécifiée est introuvable
Verify if you installed SimpleOpenNI correctly.
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 AlternativeViewpoint3d.setup(AlternativeViewpoint3d.java:48)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)"
--------------------------------------------------------------------------
could you explain me more about the error and what i need to do?( i situate simpleOpenNI folder as indicated in Documents/Processing/Libraries )
1