C# Class LeapMotionAPI.LeapMotionManager

A KineapDevice implementation for the LeapMotion
Inheritance: KinectStreamConverter.KineapDevice
Afficher le fichier Open project: loic-lavergne/mckineap Class Usage Examples

Méthodes publiques

Свойство Type Description
deviceStatusArgs KinectStreamConverter.KineapStatusChangedArgs

Méthodes publiques

Méthode Description
LeapMotionManager ( ) : System

Start listening to the movements.

Record ( String path ) : void

Instantiate the class that write the animation to a file.

StartRecording ( ) : void
StopRecording ( ) : void

Method Details

LeapMotionManager() public méthode

Start listening to the movements.
public LeapMotionManager ( ) : System
Résultat System

Record() public méthode

Instantiate the class that write the animation to a file.
public Record ( String path ) : void
path String Destination path where we will write the data.
Résultat void

StartRecording() public méthode

public StartRecording ( ) : void
Résultat void

StopRecording() public méthode

public StopRecording ( ) : void
Résultat void

Property Details

deviceStatusArgs public_oe property

public KineapStatusChangedArgs,KinectStreamConverter deviceStatusArgs
Résultat KinectStreamConverter.KineapStatusChangedArgs