Hi there for some reason I keep getting this error. I've followed all the instructions to load SimpleOpenNI into Processing but get this error with every example.
Can't load SimpleOpenNI library (SimpleOpenNI) : java.lang.UnsatisfiedLinkError: /Users/macowner/Documents/Processing/libraries/SimpleOpenNI/library/libSimpleOpenNI.jnilib: Library not loaded: ../../Bin/x64-Release/libOpenNI.dylib Referenced from: /Users/macowner/Documents/Processing/libraries/SimpleOpenNI/library/libSimpleOpenNI.jnilib Reason: image not found
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 User.setup(User.java:40)
at processing.core.PApplet.handleDraw(PApplet.java:1608)
at processing.core.PApplet.run(PApplet.java:1530)
at java.lang.Thread.run(Thread.java:680)
Can anyone help? Thanks so much.