Hi NXP
Can you please give us recommendation for the image sensor list with i.MX 8M Plus?
A customer would like to check the sensors that the sensor drivers were already integrated into IMX LINUX BSP.
I could find the following devices from camer AND DISPLAY guide,
Thanks
Regards,
ADAM
Hi @Jack-Cha,
I hope you are doing well.
->Yes, The list of drivers that have founded in the document is supported in imx8mp.
->But one can find the various image sensor support in the Linux source code.
->Please take a look at the below location to get more information about image sensor support.
<linux_src_code>/driver/media/
->One can also check the various function description that is being used with the image sensor.
->I have listed down a few of them.
IsiReadRegister
This function reads the value from the specified register from the image sensor device
IsiWriteRegister
This function writes a given number of bytes to the image sensor device by calling the corresponding sensor function.
IsiSetupSensorIss
This function sets up the image sensor with the specified configuration.
One can find more from the camera and display user guide, Please find the link for the same below.
https://www.nxp.com/docs/en/
I hope this information helps!
Thanks & Regards,
Dhruvit Vasavada