leapc-python-bindings
leapc-python-bindings copied to clipboard
Gemini LeapC Python Bindings
I am unable to retrieve Leap Motion data when using it simultaneously with a USB camera on a Raspberry Pi. Upon inspecting the log of libtrack_server, it consistently displays the...
``` Traceback (most recent call last): File "/Users/thisas/Desktop/leapc-python-bindings/leapc-python-api/src/leap/__init__.py", line 74, in from leapc_cffi import ffi, libleapc File "/Applications/Ultraleap Hand Tracking.app/Contents/LeapSDK/leapc_cffi/__init__.py", line 1, in from ._leapc_cffi import ffi, lib as libleapc...
This merge request is to introduce pyproject.toml files for a more advanced, yet easier management of the project. List of changes: * Fix MANIFEST.in files (all .py files in src...
Hi, I wanted to use the leap motion controller to collect the ground truth for finger pose estimation project. What are the rotation values for each joint/bone data type? can...
Wanting the ability to save the 'hand' and all subsequent objects into a JSON file.
The current visualiser example doesn't show how to access images and display them. This Pull Request introduces changes in the visualiser sample to show how images can be accessed and...
@HarryMills-UL #8 #2 #7 #6
Hello community, I'm using Windows 11 and PyCharm 2024.2.0.1 with the Ultraleap SDK (Leap Motion 2). I have set up the `LeapC.dll` and `LeapC.lib` files in my project directory, but...