C# Class KinectServer.KinectDriver

Inheritance: SkeletonEventDispatcher
Afficher le fichier Open project: readysaltedcode/art-of-computer-science Class Usage Examples

Méthodes publiques

Свойство Type Description
fps int
mspf int
newSkeletonFrame bool
nui Microsoft.Kinect.KinectSensor
skeletonFrame KinectSkeletonFrame
stopwatch Stopwatch

Méthodes publiques

Méthode Description
KinectDriver ( ) : System
addSkeletonReceiver ( SkeletonReceiver listener ) : void
removeSkeletonReceiver ( SkeletonReceiver listener ) : void

Private Methods

Méthode Description
init ( ) : void
nui_SkeletonFrameReady ( object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void

Method Details

KinectDriver() public méthode

public KinectDriver ( ) : System
Résultat System

addSkeletonReceiver() public méthode

public addSkeletonReceiver ( SkeletonReceiver listener ) : void
listener SkeletonReceiver
Résultat void

removeSkeletonReceiver() public méthode

public removeSkeletonReceiver ( SkeletonReceiver listener ) : void
listener SkeletonReceiver
Résultat void

Property Details

fps public_oe static_oe property

public static int fps
Résultat int

mspf public_oe static_oe property

public static int mspf
Résultat int

newSkeletonFrame public_oe static_oe property

public static bool newSkeletonFrame
Résultat bool

nui public_oe property

public KinectSensor,Microsoft.Kinect nui
Résultat Microsoft.Kinect.KinectSensor

skeletonFrame public_oe static_oe property

public static KinectSkeletonFrame,KinectServer skeletonFrame
Résultat KinectSkeletonFrame

stopwatch public_oe static_oe property

public static Stopwatch stopwatch
Résultat Stopwatch