YUV Camera support for Genio 1200

Hi ,

We are currently using Adlink I-Pi SMARC 1200 carrier hosting Genio 1200. We are planning to port our YUV camera with that. After going through source code and documentations , it looks like NDA needs to be signed for gaining access to platform drivers like Dphy . am i correct ? do i need to proceed with NDA for YUV camera bringup itself?

Hi @Elango_palanisamy,

If your camera requirement is “pure YUV data output without ISP processing”, NDA is not required.
For more details, you can refer to Camera Integration (V4L2 Sensor) — IoT Yocto documentation

Hi @andy.hsieh ,

i dont see SENINF driver in the kernel source . i have completed build with

echo ‘NDA_BUILD = “0”’ >> $BUILD_DIR/conf/site.conf

From Camera Integration (V4L2 Sensor) — IoT Yocto documentation

”4. The node seninf_csi_port_0 in seninf_top represents the SENINF port used to receive the data.

compatible corresponds to the compatible string in the SENINF driver.”

Are you sure , without NDA “SENINF driver” will get enabled for V4L2 YUV sensor porting ?