Kinect Tutorials

In June 2011, Microsoft released the Kinect SDK. This development kit has inspired lots of teachers and educators to try something different in the classroom. I was one of these teachers. I saw it’s potential and with some of my programming experience from university (5 years ago….) I set out to try and get my head around the Kinect SDK. I have had some difficulties and have had to teach myself many things from scratch.

It was because of this, that I thought… hmmm maybe other teachers may need some tips out there and I have decided to launch a page of tutorials to help you all. I have included a table of links to my tutorials with a description. Please feel free to comment on any of these as it is really good to hear about how these may have benefitted others.

I hope to include standard c# tutorials in here as well because I think these are just as important aspects to learn!

Lesson Description
Lesson 1 – 20th November 2011 (BETA 2)

Learn about how to build a simple sound board using the Kinect SDK. Sample source included to help you out. (4 Part Lesson)

Lesson 2 – 20th December 2011 (BETA 2)Lesson 2 – 13th February – Full SDK RELEASE

Learn how to include gestures such as putting your hand above your head.

Lesson 3 – 21st December 2011 (BETA 2)Lesson 3 – 13th February – FULL SDK RELEASE

Learn how to add and manipulate text boxes in the Kinect SDK. Update the text box to say where you joint is.

Lesson 4 – 21st December 2011 (BETA 2)Lesson 4 – 13th February – FULL SDK RELEASE

Learn how to update images based on where your hand is on the screen, similar to above but showing you how to modify the image source.

Lesson 5 – 28th December 2011 (BETA 2)Lesson 5 – 13th February – FULL SDK RELEASE Learn how to adjust the Angle of your Kinect using this simple tutorial. Great for people who mount their Kinect on the wall. Not too much coding involved. Add a Button, Slider and Label.
Lesson 6 – 28th December 2011THIS LESSON APPLIES TO FULL SDK RELEASE AS WELL Some of you have mentioned that you cannot get the designer to load because of the coding 4 fun tool kit. This video helps you fix that! It gets rid of all of the Hover Control errors.
Lesson 7 – 29th December 2011Lesson 7 – 13th February 2012 – FULL SDK RELEASE Learn how to get the mouse cursor on your screen to perform functions and to follow your hand around by using the Kinect SDK. Sample files all include as well as finished working example.
Lesson 8 – 30th December 2011 Learn how to use both hands so that you can drag and drop an image. If your left hand is above your head, then the picture which is on the screen can follow your right hand about. If your left hand is not above your head, it drops it in position.
Lesson 9 – 31st December 2011LESSON 9 – 8TH APRIL 2012 – FULL SDK RELEASE FOR SPEECH RECOGNITION Learn how to use Speech Recognition with this sample file. Learn how to change the speech to detect different words! You will need to install some samples on your computer to run this. All the MSI files are in my shared Sky Drive folder.
Lesson 10 – 15th January 2011 Learn how to program the depth camera and learn how to change the colours based on how close you get towards the camera. You can also change the colour of the active player.
Lesson 11 – 15th January 2011 Learn how to program the skeleton tracking so that it uses the 3rd dimension (Z Value). If you put your hand closer to the Kinect then it will tell you that you have. You can do a lot more with this, however this is a start.

Please feel free to contact me at chambers_r@ucc.rutland.sch.uk or alternatively you can contact me on lanky_boi_ray by using my twitter account.

10 Responses to Kinect Tutorials

  1. Shankar says:

    Hi Ray Chambers,

    i recently started working on kinect development, i liked the videos that you have shared they are really helpful to me.

    Thanks

  2. Rahul says:

    Hi Ray,

    I want to get started. Waiting for the Kinect to be released on Feb 1, 2012…its supposed to be improved hardware for Windows.

    Is kinect development easy? I learnt some c++ way back in college and now the only coding I do is on VBA for MS Office.

  3. rajacheers says:

    Hi Ray

    These videos are much helpful. Thank you very much for your effort.

  4. triposa says:

    Thank you very much for your effort.
    Regards from spain

  5. leboo says:

    Hi Ray, thanks for your tutorial
    but can you please re upload the lesson 1 for full SDK? thanks! appreciate it 🙂

  6. Pingback: Everything you ever wanted to know about .NET framework – in one place « Maya Sedai's Blog

  7. just wanted to say thanks 🙂 keep up the good work 🙂

  8. Alok pandey says:

    HI dude……..
    m really happy and thankful for ur effords man and looking forward to get more of ur tutorials…….
    U can really make nobody a programmer thanks dude

  9. Shihab2555 says:

    Hi.
    It’s a wonderful tutorial for us who wants to work with kinect. But i got a problem. Your code doesn’t support the new kinect SDK. It will very helpful for us if you convert any of your sample code like lesson 2 to new kinect sdk code(sdk like 1.5,1.6 or 1.7)
    .

Leave a comment