Caloyskie
Caloyskie

Reputation: 229

OpenCV 2.3.1 and OpenNI Kinect

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

Answers (3)

masad
masad

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

Orlando Herrera
Orlando Herrera

Reputation: 3531

Happy code!!

Upvotes: 2

Andrey Kamaev
Andrey Kamaev

Reputation: 30122

OpenCV has a sample named kinect_maps.cpp which demonstrate interactions with Kinect.

Upvotes: 3

Related Questions