Microsoft.Kinect.Toolkit Component

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Contains the KinectSensorChooser reusable component.

Overview

This managed code project contains the KinectSensorChooser reusable component.

  1. This component helps an application manage the lifetime of the Kinect sensor.
  2. The KinectSensorChooser class is a UI agnostics component.
  3. KinectSensorChooserUI, also available in this component, is a WPF control that provides ready to use UI.

To Use the Component

  1. Add a reference to the project from your own application and insert classes as appropriate.
  2. For an example, see the Shape Game C# Sample.