Stream Leap Motion data over LSL.
Please check the python directory for a more updated implementation in Python.
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}
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}
The application creates
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