leap motion development (rohan puri)

15

Upload: mit-media-lab-camera-culture-group

Post on 01-Sep-2014

1.246 views

Category:

Technology


1 download

DESCRIPTION

 

TRANSCRIPT

  • Leap Motion Details
  • Inside
  • Raw Data
  • Leap JS 1. Create a 2D Canvas to draw on var c = canvas.getContext('2d'); 2. Create the leap controller var controller = new Leap.Controller(); 3. Start the controller controller.on( 'ready' , function(){ // CODE HERE }); 4. Loop Drawing Animations
  • Leap Geometric System
  • Leap Geometric System
  • Gestures
  • Gestures
  • Example Code Snippet http://localhost:8000/leapsimple/pointer.html
  • Gestures Swipe Right ScreenTap KeyTap Circle
  • Hand Parameters
  • Example http://js.leapmotion.com/example s/parcoords.html
  • Hand Parameters
  • Example http://js.leapmotion.com/examples/visualizer. html