Category Archives: javascript

Arm Data – Leap Motion and Python: Tutorial 5

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

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

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,

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,

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

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,

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

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,