Hi,
We are currently working on the IMX8M-MINI board for bringing up the camera module IMX298.
Here the issue is that the RAW10 format is not supported in IMX8MM MIPI-CSI capture driver.
Is it possible?
Can you please share me, how to add the RAW10 patches in the MIPI-CSI capture driver?
IMX298 support RAW8/10, Our driver has been configured with the below format and tried to stream the camera but it got failed.
MEDIA_BUS_FMT_SRGGB10_1X10 => MIPI-CSI capture driver doesn't have the configuration
MEDIA_BUS_FMT_SBGGR8_1X8 => MIPI-CSI capture driver support this format
In my imx298 driver code, we have tried to configure in RAW8 in the mbus_code "MEDIA_BUS_FMT_SBGGR8_1X8" but we are failed to stream the camera.
Can you please share the procedure to capture the raw image in a specific format RAW8/RAW10 and include the addition of RAW10 patches in the IMX8MM MIPI-CSI capture driver?
Thanks in Advance.