Kinect API written solely in Java without native functions?

余生长醉 提交于 2019-12-13 15:28:51

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!