Hello community,
About i.MX8MPlus specification, does this chip support the Color Space Conversion
from RGB bayer(by MIPI Camera) to RGB88 ?
I read he Reference Manual Rev.1. and understand the following :
- ISI has Color Space Conversion(CSC) - RGB, YUV, YCbCr
- ISP has the color processing (CPROC) and output YUV data (8-12bit)
If the i.MX8M Plus can convert the MIPI camera RGB bayer to RGB88 by HW.
How do we do it with the gStreamer and v4l2 on the Yocto (linux).
Incidentally, I can get the YUY2 by the following command:
# gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-raw,format=YUY2,width=3840,height=2160" ! queue ! imxvideoconvert_g2d ! waylandsink
I'm using the Yocto version 5.10.52.
Thanks,
murakami