Open Aadi0902 opened 2 months ago
Hi, which device are you using? Are results of running lsusb
command the same on host and in docker?
I am using oak d pro. And yes, I can confirm lsusb
has the same output inside and outside the container. I can see Bus 001 Device 047: ID 03e7:2485 Movidius Ltd. Movidius MyriadX
on both.
When running the depthai_viewer using python3 -m depthai_viewer inside deptha-ai ros container (ros humble), I keep getting
What is weird to me is that my udev rules are set on the host, and I am mounting my /dev/usb folder.
Additionally, the viewer works fine on my host and I am able to view my camera output, but inside the container I am getting the above error Please help.
If curious, this was my docker run command:
docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix luxonis/depthai-ros:humble-latest /bin/bash