leapc-python-bindings
leapc-python-bindings copied to clipboard
Data Fusion of Two Leap Motion Streams – Issues with Overhead Tracker
Hi, I'm working on a project that requires data fusion of 3D hand joints coming from two Leap Motion devices. One is placed on a desktop and works fine. The second is placed overhead on a column, looking down on the scene, to improve coverage and reduce occlusions. The second Leap device (overhead) does not track the hands well; it's very unstable and often loses track completely (it is set as ScreenTop).
According to the documentation here: https://docs.ultraleap.com/api-reference/unity-api/class/class_leap_1_1_leap_x_r_service_provider.html it seems there should be a way to manipulate the position data from multiple LeapXRServiceProvider sources.