C# Class control.Kinect

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

Méthodes publiques

Méthode Description
Kinect ( ) : System

Private Methods

Méthode 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 méthode

public Kinect ( ) : System
Résultat System