仅用Java编写的Kinect API,没有本机功能? [英] Kinect API written solely in Java without native functions?

查看:69
本文介绍了仅用Java编写的Kinect API,没有本机功能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否存在任何不是用C或C ++编写或移植的开源Java库,也不是任何C派生类,并且与任何平台都完全兼容(例如,不包含汇编函数)?

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)?

API需要在cRIO模块上工作,因此不能具有任何x86或x64程序集.

The API needs to work on a cRIO module, and therefore can't have any x86 or x64 assembly.

谢谢!

推荐答案

目前,还没有仅用Java编写的Kinect API,我也不希望在可预见的将来编写不封装其他API的Kinect API.如果您想在Java中与Kinect进行交互,则看起来目前有两种主要解决方案.

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)将Java包装器用于 OpenKinect ,或2)将Java包装器用于这些驱动程序与OpenNI一起使用.

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.

这篇关于仅用Java编写的Kinect API,没有本机功能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆