C# Class SenderMk1.KinectSender

Mostra file Open project: V4W/v4w-freemote Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public KinectSender ( String address, int kinect, int angle, bool smooth, String sendto ) : System
address String
kinect int
angle int
smooth bool
sendto String
return System

StartSending() public method

public StartSending ( ) : void
return void