andreypdr / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

Using Nite steadyDetector : unsatisfied link error #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using Nite, open-ni, simple-openni, a connected Kinect for Xbox (all of it 
in Processing, samples work)
2. Trying to use Nite Steady detector (cirleDetector sample works)

What is the expected output? What do you see instead?
I'm trying to figure out how to setup the steadyDetector.
Everything should be setup the right way (I just dont know how to find the 
callback method of the steady detector).

But I get this error message;

SimpleOpenNI Version 0.27
hands callback: 0
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: 
SimpleOpenNI.XnVSteadyDetector.RegisterSteadySub(Ljava/lang/Object;J)V
    at SimpleOpenNI.XnVSteadyDetector.RegisterSteadySub(Native Method)
    at SimpleOpenNI.XnVSteadyDetector.RegisterSteady(XnVSteadyDetector.java:57)
    at steady.setup(steady.java:53)
    at processing.core.PApplet.handleDraw(PApplet.java:2241)
    at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:243)
    at processing.core.PApplet.run(PApplet.java:2140)
    at java.lang.Thread.run(Thread.java:662)

Has anyone an idea what the problem is?

What version of the product are you using? On what operating system?
Ubuntu 12.10, SimpleOpenNI Version 0.27, Processing 2.0

Please provide any additional information below.
You can find the pde file (Processing file) in attachment

Original issue reported on code.google.com by naow...@gmail.com on 9 May 2013 at 2:50

Attachments: