Kinect API written solely in Java without native functions?
问题 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