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