kinect drums

less than 1 minute read

Whilst exploring the possibilities opened by the Kinect device I made a demo using the OpenNI framework http://www.openni.org/ with PrimeSense NITE components.

 

[youtube=http://www.youtube.com/watch?v=9b3Z4aT-kqk&w=448&h=252&hd=1]
Kinect Drums

As you can see from the video it allows tracking of multiple ‘players’. I started out by using ManagedNITE and using the hand tracking it provides but had some trouble getting a second hand to track (it worked but seemed less responsive than the first hand and was difficult to start the tracking).

This is roughly how the demo was made:

  • modification of the NITE c++ sample which does user tracking (Players) to track multiple users
  • wrapping this in a c+/cli component for consumption in a .NET environment
  • consumed the .NET component in a WPF 3D desktop application

Categories:

Updated:

Comments