Kinect with OpenCV and OpenNI

preview_player
Показать описание
It is a test run of the SVN version of OpenCV with OpenNI and Kinect camera. It shows the camera view, depth maps and disparity map.
Рекомендации по теме
Комментарии
Автор

Hi there. I have been trying to set up Kinect + OpenCV + OpenNI in VS2010 C++ for a hand gesture recognition project, and I am wondering if you used the VideoCapture function to capture the motion? If so, can you please shine some light on me? For some reason the "VideoCapture capture( CV_CAP_OPENNI )" line in the program cannot open a capture object...any help will be highly appreciated!

TszHangTo