Skip to content

GugahBrz/leapmotion-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PPE-Leap Project Repository

This project include an SDK provided by the official Leap Motion website.

SDK Details

Version: 2.3.1
Build: 31549

Dependencies

Make sure you have Python in version 2.7.x

On Linux (Ubuntu):
  1. Install PyOpenGL

    sudo apt-get install python-opengl
  2. Install the Leap Motion drivers and service/daemon software.

  • Download the Leap SDK (LTS).

  • For 32-bit systems, run:

    sudo dpkg --install Leap-version-x86.deb
  • For 64-bit systems, run:

    sudo dpkg --install Leap-version-x64.deb

    You may see an error message of leap.service, do not worry.

On Windows:
  1. Install PyOpenGL
  1. Install the Leap Motion drivers and service/daemon software.

Running the Project

On Linux (Ubuntu):
  1. Open the terminal and run the Leap service:

    sudo leapd

    Keep this running!

  2. In the src folder, run the desired project:

    python leap.py
On Windows:
  1. Make sure the Leap Service is running.

  2. In the src folder, run the desired project:

    python leap.py

Links

Author

Gustavo Zanoni - LinkedIn

About

PPE-Leap Project Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages