Hi Community!
I have a question about camera data for i.MX8M Plus.
I would like to convert the monochrome Y8 camera data received from the camera to color (RGB) using hardware.
How can I achieve this?
Best Regards,
Hiroki
my understanding is RAW8 is raw8 bayer pixel format, like BG/GR, and Y8 is Monochrome 8 bits pixel format, anyway, if you need raw8 capture and rgb output, for imx8mp, we have one solution is that send the data from camera to the ISP which can support raw data, then send the data from ISP to the ISI to output rgb data