C# Class control.Kinect

Class that deals with the kinect device and update the skeleton that is used in the gesture classes.
Show file Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Public Methods

Method Description
Kinect ( ) : System

Private Methods

Method Description
copyVect ( Vector3 &v1, Microsoft.Kinect.SkeletonPoint v2 ) : void

copy skeletonPoint to a vector v1

skeletonFrameReady ( object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void

skeleton frame ready event handler

Method Details

Kinect() public method

public Kinect ( ) : System
return System