问题
Is there any open-source Java library, not written or ported from C or C++, or any C derivative, fully compatible with any platform (e.g. not containing assembly functions)?
The API needs to work on a cRIO module, and therefore can't have any x86 or x64 assembly.
Thanks!
回答1:
Currently, there is no Kinect API written solely in java, nor would I expect one to be written in the foreseeable future that does not wrap another API. If you would like to interact with the Kinect in java, looks like there is currently two main solutions.
1) Use the java wrappers for OpenKinect, or 2) use the java wrappers for OpenNI. From what I have read, the Kinect requires these drivers for use with OpenNI.
来源:https://stackoverflow.com/questions/9072810/kinect-api-written-solely-in-java-without-native-functions