Jetson nano AI getting started

Hi Im using
v2.0.2-r32.7.1 with Jetpack 4.6.1
This is my docker launch command : 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.2-r32.7.1



please help Im trying to clear the certifications

Hi,

The error indicates some camera setting issues.

The source code is implemented as a USB camera.
But you launch the container with the CSI camera (nvargus) setting.

So please check which camera type you need based on your hardware setting.
And change the setting accordingly.

Thanks.

I have tried it without the /tmp/argus_socket:/tmp/argus_socket for the usb cam but the error still persists. I have read in the forum that docker doesnt have acess to camera hence added the part. However the error still persists with or without the /tmp/argus_socket:/tmp/argus_socket

Hi,

Sorry for the late update.

Have you solved this issue yet?
If not, please try to connect the camera outside of the container first.

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.