C# Class SenderMk1.KinectSender

Afficher le fichier Open project: V4W/v4w-freemote Class Usage Examples

Méthodes publiques

Méthode Description
KinectSender ( String address, int kinect, int angle, bool smooth, String sendto ) : System
StartSending ( ) : void

Private Methods

Méthode Description
ProcessFrame ( SkeletonFrame frame ) : void
SendSkeleton ( SkeletonData skeleton ) : void
SkeletonsReady ( object sender, SkeletonFrameReadyEventArgs e ) : void
StreamSkeletons ( SkeletonEngine engine ) : void
UseKinect ( Runtime runtime ) : void

Method Details

KinectSender() public méthode

public KinectSender ( String address, int kinect, int angle, bool smooth, String sendto ) : System
address String
kinect int
angle int
smooth bool
sendto String
Résultat System

StartSending() public méthode

public StartSending ( ) : void
Résultat void