News

Microsoft Releases Kinect SDK for Windows Beta

Microsoft today released for download the beta of the Kinect software development kit (SDK). The new SDK enables developers to create C#, Visual Basic and C++ applications for Windows 7 that recognize user input via Kinect sensor devices. The SDK can be downloaded here.

According to Microsoft, the Kinect for Windows SDK beta consists of "drivers, rich APIs for raw sensor streams and human motion tracking, installation documents, and resource materials." Developers are able to work with data streams from various Kinect sensors, including the color camera, four-element microphone array and depth sensor.

Dan Fernandez, director in the Developer and Platform Evangelism team at Microsoft, showed how developers can quickly add the Microsoft.Research.Kinect.Nui library to projects and build applications in Visual Studio 2010 that work with the Kinect cameras and sensors. He showed how developers can use low-level bit shifting to produce color visualizations based on distance tracking.

The Kinect SDK also provides for skeletal tracking of up to two people. The device maps 20 skeletal tracking points to detect movement and enable gesture-driven applications. Gavin Janke, general manager of engineering for Microsoft Research, demoed a virtual globe application that allowed him to hold a virtual rendering of the earth, and move and size it based on Kinect tracking the position of Janke's hands.

Janke also demoed the Kinect speech engine, showing how a running application can respond to verbal commands.

The Kinect SDK for Windows beta does not allow for commercial use, and is targeted strictly for prototype and enthusiast work. "Down the line there will be a commercial version of the SDK which will enable people to build and deploy stuff for commercial use," said Janke.

About the Author

Michael Desmond is an editor and writer for 1105 Media's Enterprise Computing Group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube