Hi
Our iMX8 PLUS platform
Our task is to get an image in RAW8 format (10, 12)
AR0521 sensor (4 lines MIPI)
I managed to integrate the driver for the sensor
And get a crooked image, the image is as if divided into 4 parts, the first two squares display the image of the image, the other two are just black.
The questions are as follows:
1) What changes need to be made to the MIPI (CSI) driver to get an image in RAW8 (10, 12)?
2) There is data on the MIPI bus, but there is no CLK, what could be the reason?
Any help would be helpful, thanks
Hello @igorpadykov ,
I am working same sensor with Y8 format with 6.1.36 version. Can i get a patch for both ISI and Sensor.
Regards,
Olivia
this was solution to our issue that matched the below image OP added. no more side by side double and half full of NULL.
SOLUTION
Hi igorpadykov
Can you tell me which the BSP version of the attached BSP patch?
I using imx8mp-evk board with bsp version is 5.10.35, and want to get mipi ov5640 8 bit raw data.
Addition:
1) Image with lens attached (see below)
2) ar0521 - monochrome
I've run into this exact issue as well. was there a solution to this?
EDIT: I tried the patch and it solved this issue for me.