Not Able to Access CSI Camera in Jetson Nano DLI Course Container

Hi @anasmk, please add the --volume /tmp/argus_socket:/tmp/argus_socket option to your docker run command when launching the container:

sudo docker run --runtime nvidia -it --rm --network host     --volume ~/nvdli-data:/nvdli-nano/data     --volume /tmp/argus_socket:/tmp/argus_socket    --device /dev/video0     nvcr.io/nvidia/dli/dli-nano-ai:v2.0.0-r32.4.3

Then CSI camera should work from inside the container - sorry about that, we have updated the DLI course documentation to reflect that. For more info, please see this post:

https://forums.developer.nvidia.com/t/issues-downloading-and-running-docker-for-getting-started-with-ai-dli-course/156910/7

2 Likes