Stereo Vision Asus Xtion Pro Live

asked 2014-11-03 00:18:54 -0600

pulungpurwo gravatar image

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

edit retag flag offensive close merge delete

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.
berak gravatar imageberak ( 2014-11-03 01:30:40 -0600 )edit