leapuvc
leapuvc copied to clipboard
Examples in Python, Matlab, and C for interpreting data from UVC-Enabled Leap Motion Peripherals
Just trying to run the stereoExample.py gives me an error: ``` Traceback (most recent call last): File "stereoExample.py", line 67, in cv2.imshow('Disparity', disparity) cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\opencv\modules\highgui\src\window_w32.cpp:1230: error: (-215:Assertion failed) dst.data...
Hi, I recently experienced the following issue when trying to generate the python aruco paper examples to print out; ``` cv2.imshow('Template', drawPaperTemplate()) cv2.error: OpenCV(4.0.0) c:\projects\opencv-python\opencv\modules\imgproc\src\color.hpp:261: error: (-2:Unspecified error) in function...
Enabling the cameras on the Leapmotion as standard UVC compliant cameras will allow us to interface with the ir cameras as normal, and remove the hassle of having to go...
Newer OpenCV versions expect a float instead of a bool for cv2.CAP_PROP_CONVERT_RGB
Hey, I tried to use the UnlockDevice app to update the firmware but it does not work out. The Leap Motion Controller is detected, then a "DeviceState" is created for...