leapc-python-bindings
leapc-python-bindings copied to clipboard
Raspberry Pi cannot run leapmotion with usb camera
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 following message:
May 03 15:59:15 raspberrypi libtrack_server[1207]: [15:59:15.722380417] [1377] [console] read()#376: The gain has changed from 2 to 16778241, indicating that the Leap 2 was reopened.
I have verified that (1) the power supply is sufficient, (2) tracking events are being received through on_tracking_event, and (3) the hand count remains consistently at zero.
Interestingly, once I stop the camera, the tracking function returns to normal operation.
I utilize OpenCV's VideoCapture to retrieve frames from the USB camera.