Emgu CV and the official Microsoft Kinect SDK?

拟墨画扇 提交于 2019-12-06 07:32:41

问题


Emgu CV currently allows the use of the Kinect with the OpenNI drivers.

I've also seen that there exists an mssdk-openni bridge application to allow the Kinects running on the official Microsoft SDK to emulate OpenNI driven Kinects.

Has anyone been successful in getting a Kinect running on the Microsoft SDK to work with Emgu CV, either with the mssdk-openni bridge or directly?

Are there any tips on getting it running smoothly, or pitfalls to avoid?


回答1:


Yeah. I've simply installed the SDK and could capture and extract bitmaps of the video stream. The MSSDK for Kinect works just fine and easy. You can start by reading the Samples specially the Skeleton Sample and KinectColorViewer, KinectDepthViewer and KinectDiagnosticViewer wpf samples provided by Microsoft. You can add Emgu CV dlls and use them both together to gain your goal. Good Luck



来源:https://stackoverflow.com/questions/7150940/emgu-cv-and-the-official-microsoft-kinect-sdk

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