Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 786 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 786 Bytes

leapjs-playback

Demo

leapmotion.github.io/leapjs-playback/recorder

About

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:

Usage:

var controller = new Leap.Controller();
controller
  .use('playback', {recording: 'demo.json'})
  .connect()

Examples

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.