So, I've been trying to set up my system so that I can get the video stream from the kinect in a development environment. My setup so far is this:
- Windows 7 32-bit,
- OpenCV 2.3.1 Super Pack (I'm assuming the big .exe is already set up to work with OpenNI)
- OpenNI (Latest Unstable)
- NITE
- PrimaSense
- My Kinect has refused to work with any drivers except the for the drivers from: "SensorKinect-Win-OpenSource32-5.0.3.3" Which I got from here: http://nicolas.burrus.name/index.php/Research/KinectRgbDemoV6
So far the following works:
- Nicholas's RGBDemo works with no problems, my kinect is detected and functions
- OpenNI's UserTracker.net.exe throws two errors: some procedure entry point cannot be located in the DLL XnDDK.dll. But after that, it works with little issue
My goal is to get the kinect_maps.cpp file from OpenCV working. It currently cannot detect the kinect.
So my question is, what can I try to bridge this gap between OpenCV and OpenNI/Nite?