Camera not Detected by Jetson Nano

I am using this camera:

with jetson nano but it’s not detected by jetson. I have tried using this code but it says no camera available.

Ant help would be highly appreciated.

thanks in advance

hello muhammadabdullah34907,

Jetson-Nano did not support this Infrared Vision Camera Raspberry Webcam,
please access L4T sources and check below path for all supported sensor drivers.
$L4T_Sources/r32.4.2/Linux_for_Tegra/source/public/kernel/nvidia/drivers/media/i2c/*

in the other words,
that python script (i.e. simple_camera.py) only simplify the commands to access camera sensors. you’ll still need to make all these 3 camera sensor driver adapt with Nano’s camera software stack.

you may also contact with your sensor vendor for sensor bring-up supports.
thanks