leapmotion.github.io/leapjs-playback/recorder
Record, play, and save Leap Motion frame data.
The leap-playback.js is a LeapJS plugin file which must be loaded
after leap.js. Playback does not affect the Leap.controller
until you use
it:
var controller = new Leap.Controller();
controller
.use('playback', {recording: 'demo.json'})
.connect()
index.html
Bare-bones usage.
recorder/index.html
Recorder tool which uses the plugin. (AngularJS, CoffeeScript)
See the wiki for details on the output format.