laptop env: nvidia 5090
I bought an OAK-1 W OV9782 for my project recently.
I ran the following code to let my system recognize the camera.
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"' | sudo tee /etc/udev/rules.d/80-movidius.rules
sudo udevadm control --reload-rules && sudo udevadm trigger
Then I can successfully open the camera for visualization and recording. But when I want to launch the camera again after my first recording, the usb speed dropped to High and only has 15fps. Then I launch it again then the camera reported crashes.
[14442C1061BB1ED000] [3.1] [1755221978.016] [host] [warning] Device crashed, but no crash dump could be extracted.
Only after I reboot the pc I can run the recording again but it crashes after once or twice recordings again.
Then I installed the depthai-viewer for debugging. But it cannot open the camera even after I reboot the pc.
[2025-08-15T01:44:08Z ERROR re_viewer::depthai::depthai] Error: Device already closed or disconnected: Input/output error, Try to connect the device to a different port.
That were problems I have. If you have evidence about how to solve this problem I would be really appreciate. If you need me to add more details please let me know.
Thanks!