Jetson Nano + IMX327 (Low Light Camera) doesn't work.

Dear all,

Acquiring the Sony IMX327 (MIPI 2lanes) camera, I am trying to get it works on the Nano.

But I have a problem using the gstreamer command:

gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM),width=3820, height=2464, framerate=21/1, format=NV12' ! nvvidconv flip-method=0 ! 'video/x-raw,width=960, height=616' ! nvvidconv ! nvegltransform ! nveglglessink -e

Please, do you have a feedback according to this problem ?
I think Nvidia has some difficulties with this kind of camera, but I am not sure.

Do I need to install a specific driver, or compiling the kernel ?

Thanks for your help and support.

Best regards,

Chris.

Did you integrate the IMX327 driver to your system? If not you need a driver for this sensor. Have a check below document.

[url]Welcome — Jetson Linux<br/>Developer Guide 34.1 documentation

Thank you ShaneCCC, I will check that.