Reputation: 229
I am new to this technology and I am trying to use OpenCV and OpenNI in my project, but I have no idea where to start after I link all the lib to my Visual C++ Express. Can someone give me some pointers on how to view my Kinect's camera and process returned values. Thanks!
Upvotes: 2
Views: 2779
Reputation: 1567
After Installing OpenNI, use the following link to compile OpenCV with OpenNI. http://docs.opencv.org/doc/user_guide/ug_highgui.html
If everything goes well you will be able to compile and run openni_capture.cpp from opencv sample folder.
Upvotes: 0
Reputation: 3531
Happy code!!
Upvotes: 2
Reputation: 30122
OpenCV has a sample named kinect_maps.cpp
which demonstrate interactions with Kinect.
Upvotes: 3