Project Description
Kinect Toolbox is a set of useful tools for developing with Kinect for Windows SDK (1.7).

It includes helpers for gestures, postures, replay and drawing.

Blog post about Kinect Toolbox 1.2:
http://blogs.msdn.com/b/eternalcoding/archive/2012/07/31/kinect-toolbox-1-2.aspx

Blog post about Kinect Toolbox v1.1.1.0: http://blogs.msdn.com/b/eternalcoding/archive/2012/02/01/official-kinect-for-windows-sdk-and-kinect-toolbox-1-1-1-are-out.aspx

Blog post about Kinect Toolbox v1.1.0.2: http://blogs.msdn.com/b/eternalcoding/archive/2011/11/05/kinect-for-windows-beta-2-is-out.aspx
Blog post about Kinect Toolbox v1.1: http://blogs.msdn.com/b/eternalcoding/archive/2011/08/02/kinect-toolkit-1-1-template-based-posture-detector-and-voice-commander.aspx
Blog post about Kinect Toolbox gestures detection : http://blogs.msdn.com/b/eternalcoding/archive/2011/07/04/gestures-and-tools-for-kinect.aspx

NuGet package: http://nuget.org/List/Packages/KinectToolbox

List of features:

Gestures

Postures

Skeleton Stability

Drawing


Skeleton Record & Replay

Streams

Voice Commander

Misc.

Context tracking

With Kinect, you are the mouse!

Combined gestures

With the ParallelCombinedGestureDetector and the SerialCombinedGestureDetector, you will be able to compose gestures (in a parallel or serial way) in order to create really complex gestures.

PresenceControl control

The PresenceControl control is a WPF control you can use to give a visual feedback to your user. The position of the user’s hands is displayed on top of a depth stream representation.