Hi, we are trying to integration a sensor which provides 8-bit BGGR data on the MIPI interface. We are able to capture the image but the color space is not proper. Below is the configuration in the camera driver
MEDIA_BUS_FMT_SBGGR8_1X8
V4L2_PIX_FMT_SBGGR8
With these settings we are getting image (attached). Can anyone verify if we are getting the correct image or there is some issue in the configurations?
We are integrating the camera on IMX8M mini EVK kit.