and i use shifmans detection mode called center of mass, but i it detects more than one user and i want that the kinect only works with one user, even if there a more of them in the room.
i have a problem! my sketch works fine, but if the kinect gets no data (NaN) the object will not appear / redrawn again - i think it has something to do with the userIds.
So how can i change that the kinect just to recognize 1 User and if hes gone she will keep the image anyway
Can't load SimpleOpenNI library (SimpleOpenNI) : java.lang.UnsatisfiedLinkError: /Users/Markus/Documents/Processing/libraries/SimpleOpenNI/library/libSimpleOpenNI.jnilib: Library not loaded: ../../Bin/x86-Release/libXnVNite_1_5_2.dylib Referenced from: /Users/Markus/Documents/Processing/libraries/SimpleOpenNI/library/libSimpleOpenNI.jnilib Reason: image not found
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 KinectTestMitPointCloud.setup(KinectTestMitPointCloud.java:41)
at processing.core.PApplet.handleDraw(PApplet.java:2117)
at processing.opengl.PGL$PGLListener.display(PGL.java:2472)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:548)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:533)
at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:904)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:822)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:543)
at processing.opengl.PGL.requestDraw(PGL.java:814)
at processing.opengl.PGraphicsOpenGL.requestDraw(PGraphicsOpenGL.java:1566)
at processing.core.PApplet.run(PApplet.java:2020)
at java.lang.Thread.run(Thread.java:680)