MIPI conector on MKR VIDOR

Hi there

I was wondering if i can connect any of OV sensors with MIPI cable to MKR VIDOR 4000. In original arduino documentation is mentioning that only OV5647 is MKR VIDOR 4000 supporting.

Can anyone help me if i can connect for example OV13850?

Thank you all , and have a nice day

The default VidorCamera does not support it: MIPI_RX_ST/VidorCamera.h at master · vidor-libraries/MIPI_RX_ST · GitHub

It only has register sets for OV5647.

You can write your own driver based on the Linux kernel one and connect it, if needed.