Open jprodriguezg opened 5 months ago
@themarpe ^^
@jprodriguezg thanks for the report - have you tested a different host as well? Some hosts have odd USB controllers onboard, that causes issues with OAK devices. Do you mind letting us know what system is this reproducible on, for us to give it a go?
Hello there,
I am having issues by starting the OAK-D PRO WIDE. After using the camera (e.g., running
depthai_demo.py
), stopping the process and starting again the camera remains UNBOOTED (sometimes).Check if issue already exists
There are similar errors but not exactly the same https://github.com/luxonis/depthai/issues/753 ,https://github.com/luxonis/depthai/issues/886 , https://github.com/luxonis/depthai-ros-examples/issues/57 , https://discuss.luxonis.com/d/1172-device-recognized-but-will-not-boot
Describe the bug When trying to re-open the camera (e.g., running
depthai_demo.py
), I sometimes got the following error:Hardware OAK-D PRO WIDE
Host OS (clean installation) Pop!_OS 22.04
Minimal Reproducible Example
depthai_demo.py
several times or any other script that starts the cameraExpected behavior I am testing the camera and trying to get images from the device. For instance, by running the demo I expect to visualize the demo.
Screenshots
Additional comments So far I have tried these following:
lsusb | grep 03e7
I getBus 001 Device 096: ID 03e7:2485 Intel Movidius MyriadX
Temporal solution So far the only solution that works is to reboot the host pc. However, the solution is not suitable for my application as I should not reboot anytime I need to use the camera.