C# Class LeapMotionAPI.LeapMotionManager

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

Public Properties

Property Type Description
deviceStatusArgs KinectStreamConverter.KineapStatusChangedArgs

Public Methods

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

Start listening to the movements.
public LeapMotionManager ( ) : System
return System

Record() public method

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.
return void

StartRecording() public method

public StartRecording ( ) : void
return void

StopRecording() public method

public StopRecording ( ) : void
return void

Property Details

deviceStatusArgs public_oe property

public KineapStatusChangedArgs,KinectStreamConverter deviceStatusArgs
return KinectStreamConverter.KineapStatusChangedArgs