我正在尝试使用 SimpleOpenNI 包装器在 Windows 10 64 位上进行处理。我收到以下错误。我使用的方法是将库添加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