使用Xbox Kinect处理:无法加载SimpleOpenNI库

时间:2017-11-05 20:37:56

标签: java processing kinect openni simple-openni

我正在尝试在Windows 10 64位上使用SimpleOpenNI包装器进行处理。我收到以下错误。我使用的方法是将库添加到libraries中的C:/Users/user/Documents/Processing/libraries文件夹中。手动安装库以便在Windows 10上进行处理时,还有其他需要做的事情吗?

Can't load SimpleOpenNI library (SimpleOpenNI64) : java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: SimpleOpenNI64
Verify if you installed SimpleOpenNI correctly.
http://code.google.com/p/simple-openni/wiki/Installation
java.lang.UnsatisfiedLinkError: SimpleOpenNI.SimpleOpenNIJNI.swig_module_init()V
    at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:408)
    at java.lang.Thread.run(Thread.java:748)
A library relies on native code that's not available.
Or only works properly when the sketch is run as a 32-bit application

0 个答案:

没有答案