Stereo Vision Asus Xtion Pro Live
how to access the stereo camera using OpenCV and Visual Studio C ++. I have installed openNI and PrimeSense. whether there is an source code to access live video using a stereo camera and OpenCV with visual studio C++ ? please help me:) to solute this problem.. thanks very much
Comments
- try a : cerr << cv::getBuildInformation(); to see if your opencv libs came with openni support (unlikely. you probably will have to rebuild them with the sdk present).
- samples/cpp/openni_capture.cpp would be the one to try.