This tutorial goes over getting data for each arm, attached to each hand. This includes the direction vector to the hand, the wrist position, and Continue reading
Category Archives: javascript
Finger and Bone Data – Leap Motion and Python: Tutorial 6
In this tutorial I go over getting data from each finger, on each hand, in each frame. This includes the finger name, id, length, and Continue reading
Frame Data – Leap Motion and Python: Tutorial 3
In this tutorial I go over getting data from each frame that the leap motion controller creates. This includes frame id, number of hands detected, Continue reading
Creating Leap Motion Listener – Leap Motion and Python: Tutorial 2
We start programming our Python program in this tutorial. We create our leap motion listener class including creating the on initialize, on connect, on disconnect, Continue reading
Setting Up Leap Motion with Python – Leap Motion and Python: Tutorial 1
In this tutorial I go over downloading the Leap Motion software development kit and creating folder that has the required file to use the Leap Continue reading
Key Tap Gesture Data – Leap Motion and Java: Tutorial 10
This is the last tutorial of the series where I go over getting data from detected key tap gestures. This includes gesture id number, position, Continue reading
Screen Tap Gesture Data – Leap Motion and Java: Tutorial 9
I this tutorial I go over getting data from detected screen tap gestures. This includes getting the gesture id number, position vector, state, and direction Continue reading
Hand Swipe Gesture Data – Leap Motion and Java: Tutorial 8
In this tutorial I go over getting data from hand swipe gestures. This includes getting the gesture id number, swipe position vector, swipe, direction vector, Continue reading