- Edited
Hi erik,
Thanks for trying to repro the issue. I really appreciate it. Just to make sure I did it the right way. What arguments did you provide to launch the container while reproducing the C++ MRE? Here is my command
docker container run --net=host -it --rm \
--privileged \
-e DISPLAY=$DISPLAY \
-e QT_X11_NO_MITSHM=1 \
-v /dev/bus/usb:/dev/bus/usb \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
-v $HOME/.Xauthority:/root/.Xauthority:rw \
-v $HOME/data/:/data:rw \
--device /dev/i2c-1 \
depthai-ros \
bash
Also, I guess there are no issue with all three nodes while using IMX477?
Thanks
Lincoln