codeDEXTER
codeDEXTER

Reputation: 1261

How to start learning the basics to write program in C++ for XBOX 360 KINECT for developing windows application?

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

Answers (3)

Chris
Chris

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

Alexander
Alexander

Reputation: 8147

There are videos and documentation at the Kinect Learn site. You should probably start from there.

Upvotes: 0

Related Questions