Skip to content

labstreaminglayer/LSL-LeapMotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSL-LeapMotion

Stream Leap Motion data over LSL.

Please check the python directory for a more updated implementation in Python.

How to Build

Dependencies

liblsl

Download the appropriate liblsl archive from the liblsl GitHub release page. After extracting/installing the archive, you may have to provide its path to cmake: -DLSL_INSTALL_ROOT={path/to/lsl/install}

LeapSDK

Download the tracking software for your platform. You will have to provide the path to the extracted LeapSDK folder to cmake with the argument -DLeap_ROOT_DIR={path}

How to Use

The application creates

Linux

The leapd daemon must be running. If you do not have this setup in your /etc/init.d then you can run it on demand with sudo leapd.

Check its operation by running the diagnostic visualizer inside LeapControlPanel --showsettings

About

Stream Leap Motion data over LSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published