Where can I find a n OV5640 for the IMX8MPEVK dev board that can fit in the MIPI CSI port? Can't seem to find it.
Solved! Go to Solution.
Hi,
Just in case you have an EVK from NXP, take a look at this : https://www.nxp.com/part/MINISASTOCSI#/
The OV5640 sensor is quite popular. Most of NXP partners (TechNexion, Variscite, ...) also have the OV5640 camera module that is suitable for their SoM/Carrier Board.
Regards,
K.
Seems like I got one of the cameras to work but the module does not seem to work for csi port 2 . Is there a DTB that supports for a duel camera for this module.
Hi @Mawriyo ,
You can do it yourselves by inspiring the following dts :
arch/arm64/boot/dts/freescale/imx8mp-evk-dual-basler.dts
arch/arm64/boot/dts/freescale/imx8mp-evk-dual-ov2775.dts
Moreover, in your previous question, I also shared a discussion related to dual ov5640 : https://community.nxp.com/t5/i-MX-Processors/Dual-OV5640-cameras-on-iMX8M-Plus/m-p/1250820
Regards,
K.
Hi,
Just in case you have an EVK from NXP, take a look at this : https://www.nxp.com/part/MINISASTOCSI#/
The OV5640 sensor is quite popular. Most of NXP partners (TechNexion, Variscite, ...) also have the OV5640 camera module that is suitable for their SoM/Carrier Board.
Regards,
K.
Good