CodePlex builds on the new Kinect SDK
Written by Harry Fairhead   
Tuesday, 21 June 2011

Although the official Microsoft SDK for Kinect is only a few days old Coding4Fun already has a Kinect Toolkit that adds some useful methods the basic SDK.

Although the official Microsoft SDK is only a few days old there are already signs that people have been hard at work creating code with it. Coding4Fun has a Kinect Toolkit that adds some useful methods the basic SDK. Interestingly these are available in both WPF and Windows Forms - is this another tiny indicator that Windows Forms is far from dead?

The extensions are:

WPF Extensions:

  • ImageFrame.ToBitmapSource()
  • int[].ToBitmapSource()
  • int[].ToBitmapSource(int width, int height, int minimumDistance, Color highlightColor)
  • ImageFrame.ToDepthArray2D()
  •  ImageFrame.ToDepthArray()Int[].GetMidpoint(int startX, int startY, int endX, int endY, int minimumDistance) 

WPF Controls:

  • Hover Button

WinForm Extensions:

  • ImageFrame.ToBitmap()
  • int[].ToBitmap()
  • int[].ToBitmap(int width, int height, int minimumDistance, Color highlightColor)
  • ImageFrame.ToDepthArray2D()
  • ImageFrame.ToDepthArray()
  • int[].GetMidpoint(int startX, int startY, int endX, int endY, int minimumDistance)

Skeletal Extensions:

  • Joint.ScaleTo(int width, int height)  Scales a Joint's Position to the maximum width and height specified
  • Joint.ScaleTo(int width, int height, float maxSkeletonX, float maxSkeletonY)  Scales a Joint's Position to the maximum width and height specified

None of these are deep or difficult, but very handy. and if you want to know how to do some of them from first principles see Getting started with Microsoft Kinect SDK.

If you are looking for some complete demo applications then try: Kinect Mouse Cursor. This lets you use your whole body as a "mouse" cursor.

 

kinectMouse

A bigger demo is Kinect Paint  and this lets you use your body to draw and sketch within a small paint application.

If you are looking for VB samples then try:  KinectSDKSamplesVB.zip.

More Information

Coding4Fun Kinect Toolkit

Original source: The Road to Know Where

Related articles

Microsoft launches Kinect SDK (beta)

Getting started with Microsoft Kinect SDK

 

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

Banner


Azure Data Box Improves Offline Data Migration
02/09/2024

Microsoft has updated Azure Data Box with improvements designed to accelerate offline data migration.



The Generation That Can Text But Not Type
08/09/2024

Gen Z-ers, those born between 1997 and 2012 and who have grown up with smartphones, are probably the most tech-savvy generation. But when it comes to working with computers, there is an important skil [ ... ]


More News

Last Updated ( Tuesday, 21 June 2011 )