leapuvc icon indicating copy to clipboard operation
leapuvc copied to clipboard

Examples in Python, Matlab, and C for interpreting data from UVC-Enabled Leap Motion Peripherals

Results 15 leapuvc issues
Sort by recently updated
recently updated
newest added

Attempting to run any of the Python scripts returns an error (even after unlocking device via .exe). python .\minimumExample.py Output: [ WARN:1] videoio(MSMF): OnReadSample() is called with error status: -1072875772...

Hi, I am trying to use leapuvc to control the frame rate of the leap motion controller. The PDF documentation [LeapUVC-Manual.pdf](https://github.com/leapmotion/leapuvc/files/9299384/LeapUVC-Manual.pdf) says that the gain control (uvc_set_gain) is multiplexed, and...

This happens in Windows and Linux, with both retail Leap Motion and DevKit units. If "Rectify" is off, then cameraControlExample.py works perfectly for me. As soon as I enable "Rectify",...

Are there any plans to support macos?

As issue describes, the leapuvc python scripts return identity camera paremeters, they shouldn't be? ![image](https://user-images.githubusercontent.com/8954571/94363645-b4cf9f00-0102-11eb-910a-95bb67e4a61f.png)

Running on windows 10 with python 3.7. Installed all the dependencies and upgraded the firmware. Cant get video stream from any script , just blank screen . No debug errors...

I read the Leapuvc mannual and find the encoding of leapmotion‘s raw image is 'YUY2'. but in the python leapuvc sdk , the shape of the frame i get is...

is it possible to change the FPS? im running leapuvc on a raspberry pi 3B and it cannot handle the datarate therefore i need to reduce the rate of incoming...

When I run the python examples with Python 3.6.7: In leapuvc.py in retrieveLeapCalibration, there is the property knocking routine that retrieves the device calibration data and writes it to a...

Hi, ty for this awesome access. Can we get C++ access wit leapuvc too?? The #ue4 plugin of motion leap lacks of image streaming (its disabled) and leapUVC would be...