Reputation: 1261
I have a basic knowledge of c++. And i want to learn how to write program for Kinect Sensor. I have seen many websites with examples of programs for Kinect Sensor in c++, but none of them have explained it well enough to understand whats happening in the code they have written.
so tell me how can start learning the basics to write programs for Kinect Sensor.
if there are any tutorials (preferably video tutorial), so tell me about them also.
Thank You In Advance.
Upvotes: 3
Views: 5120
Reputation: 8587
Kinect C++ here : http://www.codeproject.com/Articles/394975/How-To-Use-Kinect-Face-Tracking-SDK
and here : http://nsmoly.wordpress.com/2012/05/21/face-tracking-sdk-in-kinect-for-windows-1-5/
Upvotes: 3
Reputation: 8180
A quick google brings up this page which is a C++ Kinect tutorial. It's in Russian, but Google Translate could help you with that: http://habrahabr.ru/post/123588/
Also this similar (but poor quality so now closed) question may be of use: Kinect with OpenGL
Upvotes: 0
Reputation: 8147
There are videos and documentation at the Kinect Learn site. You should probably start from there.
Upvotes: 0