Jetson NANO CSI Camera Issue

I am using IMX219-200 camera with jetson nano.
If i am using DISPLAY=:0.0 nvgstcapture-1.0 camera is working fine.

But when using it in jupyter notebook it shows
RuntimeError: Could not initialize camera. Please see error trace.


While starting the docker I am using the following in sh file
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.1-r32.5.0

Modify the width and height to 1920x1080 to try.

Also reference to Orin Nano Dev Set Up JupyterLab for JetRacer Help - #3 by AastaLLL

And Hello camera Jetson Nano jetcam not working in Jupyter - Jetson & Embedded Systems / Jetson Nano - NVIDIA Developer Forums

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