C# Class KinectServer.KinectDriver

Inheritance: SkeletonEventDispatcher
Datei anzeigen Open project: readysaltedcode/art-of-computer-science Class Usage Examples

Public Properties

Property Type Description
fps int
mspf int
newSkeletonFrame bool
nui Microsoft.Kinect.KinectSensor
skeletonFrame KinectSkeletonFrame
stopwatch Stopwatch

Public Methods

Method Description
KinectDriver ( ) : System
addSkeletonReceiver ( SkeletonReceiver listener ) : void
removeSkeletonReceiver ( SkeletonReceiver listener ) : void

Private Methods

Method Description
init ( ) : void
nui_SkeletonFrameReady ( object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void

Method Details

KinectDriver() public method

public KinectDriver ( ) : System
return System

addSkeletonReceiver() public method

public addSkeletonReceiver ( SkeletonReceiver listener ) : void
listener SkeletonReceiver
return void

removeSkeletonReceiver() public method

public removeSkeletonReceiver ( SkeletonReceiver listener ) : void
listener SkeletonReceiver
return void

Property Details

fps public_oe static_oe property

public static int fps
return int

mspf public_oe static_oe property

public static int mspf
return int

newSkeletonFrame public_oe static_oe property

public static bool newSkeletonFrame
return bool

nui public_oe property

public KinectSensor,Microsoft.Kinect nui
return Microsoft.Kinect.KinectSensor

skeletonFrame public_oe static_oe property

public static KinectSkeletonFrame,KinectServer skeletonFrame
return KinectSkeletonFrame

stopwatch public_oe static_oe property

public static Stopwatch stopwatch
return Stopwatch