Hello,all .
I am a fresh to Jetson Nano and I am following the course of Getting Started with AI then I am doing the Download Docker And Start JupyterLab.
but I have a problem that stop my going on
after I input :
I got the message:
"docker: Error response from daemon: error gathering device information while adding custom device "/dev/video0": no such file or directory."
Does anybody have an idea? Many thanks in advance!
Hi @Alex_Qiao, do you know which version of JetPack you flashed your Nano with? On your Jetson can you run cat /etc/nv_tegra_release. That version reported should be the same as the L4T version in the container’s tag. For example, currently you are trying to run the JetPack 4.4.1 container.
Hi @maxeuropa, first can you confirm that you get a camera feed outside of the container? If you have a display attached to your Jetson, you can run nvgstcapture-1.0, and it should show the camera feed.
If you run ls /dev/video* does it show any devices? If not, than your CSI camera is probably not being detected.
Also, you don’t need to mount a /dev/video device for CSI camera, instead you should have this line:
thank you, dusty_nv! It doesn’t detect the camera - seems to be a hardware issue from the cable or camera or so… however, when I’m neglecting the camera line, the container with Jupyter starts.
I have another question: I startet the docker without the video line (because I have to have problems with the hardware). In the JupyterLab File Browser, I can only find the files of the first tutorial, not of the course “Getting Started with DeepStream for Video Analytics on Jetson Nano”
Can you tell me, how I can get the files from this course? (I accessed the JupyterLab from this course).
Thanks @dusty_nv
I do as you said it shows:
R32 (release), REVISION: 3.1, GCID: 18186506, BOARD: t210ref, EABI: aarch64, DATE: Tue Dec 10 06:58:34 UTC 2019
Hi @maxeuropa, “Getting Started with DeepStream for Video Analytics on Jetson Nano” is a different DLI course with it’s own contents. I believe the DeepStream course is using it’s own SD card image. You would download it through the DLI course page.
OK thanks @Alex_Qiao, you are running JetPack 4.3 (L4T R32.3.1). To run this container, you need to use JetPack 4.4 or newer. I recommend that you re-flash your SD card with the latest JetPack 4.4.1 image found here: