Arducam hq camera module driver and python code

please, advise on how to load driver and python example to run
arducam hq camera module in jetson nano. (sensor imx 477)
Thanks in advance for any help.
Fernan

hello fernanescobarbotero,

you may access L4T sources to check default supported sensor drivers,
for example,
$L4T_Sources/r32.4.3/Linux_for_Tegra/source/public/kernel/nvidia/drivers/media/i2c/*

there’s page of Jetson Partner Supported Cameras, which lists lots of cameras that supported by Jetson Camera Partners on the Jetson platform.
suggest you should also contact with Jetson Camera Partners for your camera solutions.
thanks

Thanks a lot, Jerry. I have already bought a couple of Arducam hq cameras. Since I am new to computer vision, I will be needing a lot of help with this matter. I will dig into L4T sources and see what comes out.
Thanks.
Fernan

hello fernanescobarbotero,

you’ll also need to check Sensor Software Driver Programming Guide if you’re going to develop your own sensor driver.
please also check Tutorials page, you may expand [DEVELOPER TOOLS] and refer to [V4L2 Sensor Driver Development Tutorial] for more details.
thanks