Jetson orin Nano developer kit wit my raspberry pi HQ camera imx477

Hi, im trying to use my jetson orin Nano developer kit wit my raspberry pi HQ camera imx477, but i haven-t found a good tutorial or reference that can help me to use them properly

If you want to enable the driver for IMX477, please reference to below link to run the jetson-io to enable it.

https://docs.arducam.com/Nvidia-Jetson-Camera/Application-note/Jetson-io/

1 Like

Yes, thank you! and then what is the procedure to get an image or use it with open cv

You can check the confirm the driver first.
https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3231/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fcamera_sensor_prog.html%23wwpID0E0LF0HA

Search the “opencv csi camera” in this forum for using openCv.

Thanks

I tried this, but got the following:

Compliance with v4l2 1.22.1, 64-bit, 64-bit time_t

Cannot open device /dev/video0, exiting.

for both, video 0 and 1.

The driver seems to be missing although I followed the configuration through the Jetson-io guide

Check the driver been loaded correctly.

sudo dmesg | grep -i imx477

I tried and I got following message from terminal



with sudo dmesg | grep -I imx477:

probe of 9-001a failed with error -121

should I remove R8 resistor as mentioned here?

Suppose yes.

It was not necessary, thanks for your sopport, it’s working fine now

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