Microsoft launches Kinect SDK (beta)
Written by Harry Fairhead   
Thursday, 16 June 2011

Microsoft has delivered - the eagerly awaited Kinect SDK has arrived. Here's all you need to know before you download it and create some great applications with the official software.

In a live webcast event Microsoft has launched Kinect SDK (beta). Promised at the start of the year to be available in the spring it has finally made it - even though mid-summer is only a few days off.

The SDK allows programmers to create applications using the Kinect depth measuring camera unit in conjunction with a PC. Of course you have been able to do this for some time using either the open source drivers or the semi-official drivers from PrimeSense, the company which created the hardware that the Kinect is based on. Using these lots of exciting applications have already been created - so the question is what can Microsoft bring to the party so late in the game? 

The new SDK has support for (based on the online documentation):

  • Raw sensor streams
    Access to raw data streams from the depth sensor, color camera sensor, and four-element microphone array. 
  • Skeletal tracking
    The capability to track the skeleton image of one or two people moving within the Kinect field of view make it easy to create gesture-driven applications.
  • Advanced audio capabilities
    Audio processing capabilities include sophisticated acoustic noise suppression and echo cancellation, beam formation to identify the current sound source, and integration with the Windows speech recognition API.
  • Sample code and documentation
    The SDK includes more than 100 pages of technical documentation. In addition to built-in help files, the documentation includes detailed walkthroughs for most samples provided with the SDK.
  • Easy installation
    The SDK installs quickly, requires no complex configuration, and the complete installer size is less than 100 MB. Developers can get up and running in just a few minutes with a standard standalone Kinect sensor unit .

What is new is the ability to access the raw sound streams and, most importantly, access to the sophisticated body tracking application. This is based on the same AI techniques used in the full Kinect. Until now the only body tracking that you could use was based on the simpler algorithm provided by PrimeSense which could only handle one person at a time and had a tendency to lose the track. The sound facilities are quite new and much more sophisticated than anything available to experimenters to date. Only time will tell if it turns out to spark new uses and applications.

 

sdksetupbeta

 

To make use of the SDK you need a Window 7 based machine and it works with either Visual Studio Express or full Visual Studio 2010. 

The licence specifies  non-commercial use only - i.e. you can create apps using it and give them away, but you can't build anything that you then sell. You can't even use it internally to create an app that you then use as part of your business.

The Microsoft SDK does bring some new facilities to the table but it isn't open source. However, neither is the equivalent body tracking software from PrimeSense, only the drivers are. One significant difference is that it only runs under Windows 7 and it uses .NET. This is fine if you are a .NET programmer but not if you want to use Java, JavaScript or some other language. You can use it with un-managed C++, however.

It comes with two sample programs - a skeletal tracker and a shape game. These are also provided as compiled applications that you can use to try things out. The drivers install automatically when you plug in the Kinect to the PC - yes it really is this easy.

 

skeletalviewer

Skeletal viewer in action

One really good point is that the new SDK is very easy to install and there are lots of examples and good documentation which lowers the bar to getting started with the exciting game of experimenting with Kinect.

Yes - I recommend you download it and try it out.

After all it is far more fun than playing a Kinect game!

kinect1

More Information:

Download the SDK

Related articles:

Getting Started with Kinect

All About Kinect

 

If you would like to be informed about new articles on I Programmer you can either follow us on Twitter, on Facebook or you can subscribe to our weekly newsletter.

 

Banner


We Built A Software Engineer
20/03/2024

One of the most worrying things about being a programmer today is the threat from AI. It has gone so far that NVIDA CEO Jensen Huang proclaims that you really shouldn't start training as a programmer  [ ... ]



The Appeal of Google Summer of Code
21/03/2024

With the list of participating organizations now published, it is time for would-be contributors to select among them and apply for Google Summer of Code (GSoC). Rust has joined in the program fo [ ... ]


More News

Last Updated ( Thursday, 16 June 2011 )