May I know which command do you execute?
Please noted that you would need to add the --runtime nvidia configure when running a container on the Jetson.
Hi @ali.yusuf, you should be able to remove the --device /dev/video0 \ line from your script, as you don’t need it for MIPI CSI camera.
However the bigger question is if your camera is connected properly and functioning outside of the container. Can you run nvgstcapture-1.0 on your Jetson (outside of container)? If you have a display attached to your Jetson, you should see the video feed of your camera show up.
When I try again with --device /dev/video0 \ the error message is as I mentioned before:
docker: Error response from daemon: error gathering device information while adding custom device “/dev/video0”: no such file or directory.
When I run nvgstcapture-1.0 following message is displayed:
Encoder null, cannot set bitrate!
Encoder Profile = High
Supported resolutions in case of ARGUS Camera
…
…
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:532 No cameras available
After this message I can also not enter a command.
OK, can you check the version of JetPack-L4T you are running with cat /etc/nv_tegra/release? You are trying to use the r32.4.4 version of the container - the L4T version should be the same. If you are on a different L4T version, try that version of the container instead.
You camera can’t be connected, and this was outside of the container. So it also won’t work inside the container. I would check that the camera cable is installed into your Nano’s camera header in the correct orientation. And you can also dmesg | grep imx219 to look for kernel status or errors.
I’m not familiar with the SparkFun SD card, so I’m not sure of all the changes they may have made, sorry about that. If for example, SparkFun just installed add-on Python packages, then I think you may be able to upgrade it. You could backup your work and try it (and worst case re-flash the original SparkFun image), or alternatively use a 2nd SD card that is loaded with the newer version of JetPack for running the DLI course.