-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: OnReadSample() is called with error status: -1072875772 #2
Comments
I can confirm I have the exact same issues. The firmware was updated, but after that there are also bandwidth warnings on occasion, even on USB 3.0. Using Python 3.6.7, but otherwise the data is the same. |
I managed to get around the issue, I uninstalled the LM driver via Device Manager, and reinstalled. I also made sure the LM Control Panel app was NOT running. Now, it seems to work fine. Not sure which fixed it. |
I had the same issue, but uninstalling and reinstalling the driver and not running the Control Panel just leeds to an similar issue in my case:
Output:
Did you use any specific driver? btw. I had to change: |
OK so I had this error too - seems to show up when there are other cameras attached to the PC. So to fix this, I disabled the Vive Cam as well as my built-in webcam in device manager. |
Ok disabling the built-in camera leads me to another error:
Did you also had any similar problem? I will have a look at the resolutions, maybe I can fix that. |
To make the Uninstalling the device in device manager and reinstalling the software didn't solve the problem. Just the Name of the device changed. Before it was LeapMotion Devkit or something, and now it's 'Leap Motion Controller' Win10, Python 3.7.2, Software-Version: 4.0.0+52173, Firmware Revision: 1.7.1 EDIT: Nevermind. Now that it's daylight I see that the screens are black because of the low exposure. So it works. I think this issue is resolved with the solution of pausing the tracking in the control panel. |
Can't get the infrared LED to light up after pausing tracking in Leap control panel. |
@mstranne have you ever solved the following issue? |
i figured it out. problem was most probably due to not correct camera access. i noticed that this happens when i have my build-in camera from the notebook disabled. as soon as i have enabled it, the error went away. |
minimumExample.py Process finished with exit code -1 or i keep getting when I run firmware.exe [Critical] Device stopped sending frames. Attempting to restart streaming. or usually it shows Exiting Leap Image Thread! can anyone please help me solve this issue? |
I solved it by allowing settings---> control panel ----> camera ----> allow desktop app to access your camera e.g. pythonw |
Hello! I try to display the ultraleap frame with the leapuvc but i have the same problem: Exiting leap image Thread! I had the same error with source=1 or 0 |
Attempting to run any of the Python scripts returns an error (even after unlocking device via .exe).
Output:
My system:
Python 3.7.1 64bit
Windows 10
Installed packages
numpy+mkl
,scipy
,opencv-python
, andopencv-contrib-python
.The text was updated successfully, but these errors were encountered: