C# Class ObservableKinect.SkeletonTracking

A helper that provides convenient IObservables for skeleton tracking
ファイルを表示 Open project: Aesir/ObservableKinect

Public Methods

Method Description
SkeletonTracking ( ) : System

Initializes a new instance of the SkeletonTracking class using the default Kinect sensor.

SkeletonTracking ( int sensorIndex ) : System

Initializes a new instance of the SkeletonTracking class using the Kinect sensor at the specified index.

Private Methods

Method Description
ObjectInvariant ( ) : void
PrintSkeletonFrames ( SkeletonFrame frame ) : void
SkeletonTracking ( KinectSensor sensor ) : System

Method Details

SkeletonTracking() public method

Initializes a new instance of the SkeletonTracking class using the default Kinect sensor.
public SkeletonTracking ( ) : System
return System

SkeletonTracking() public method

Initializes a new instance of the SkeletonTracking class using the Kinect sensor at the specified index.
public SkeletonTracking ( int sensorIndex ) : System
sensorIndex int Index of the Kinect sensor to use.
return System