In this tutorial I go over the data that can be gathered from a key tap gesture. This includes getting the gesture’s ID, position and Continue reading
Category Archives: javascript
Screen Tap Gesture – Leap Motion and Python: Tutorial 11
In this tutorial I go over the data that can be gathered from a screen tap gesture. This includes getting the gesture’s ID, position and Continue reading
Determine Gesture Direction – Leap Motion and Python: Tutorial 10
As per request, in this video I show you guys how to find which direction a gesture is going in!!!
Thanks for watching!!!! Comment, like, and Continue reading
How To: Make a Java Leap Motion Mouse
I this tutorial I show you how to make a leap motion mouse (control computer cursor). The cursor follows the tip of the index finger, Continue reading
Swipe Gesture – Leap Motion and Python: Tutorial 9
In this tutorial I go over getting data from each detected swipe gesture in each frame. This includes the swipe gesture id, the state name, Continue reading
Circle Gesture – Leap Motion and Python: Tutorial 8
In this tutorial I go over getting data from detected circle gestures. This includes finding the circle gesture direction (e.g. clockwise), the normal vector, the Continue reading
Tool Data – Leap Motion and Python: Tutorial 7
In this data I go over getting data from tools that the leap motion detects (e.g. pen, pencil, chopstick). This includes the tool id number, Continue reading
Hand Data – Leap Motion and Python: Tutorial 4
In this tutorial I go over getting data from each hand detected in a frame. This includes hand type (right or left hand), normal vector, Continue reading