Method | Description | |
---|---|---|
RecordData ( Leap.Controller controller, String path ) : void |
Write the data of each frame in the file.
|
public RecordData ( Leap.Controller controller, String path ) : void | ||
controller | Leap.Controller | Controller that represent the device. |
path | String | Path of the file where the data will be write. /// If one already exist it will be deleted and a new empty on is created. |
return | void |