Property | Type | Description | |
---|---|---|---|
deviceStatusArgs |
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 |
public Record ( String path ) : void | ||
path | String | Destination path where we will write the data. |
return | void |