hi all. i see RDK demo that the osd format has three format:
SYSTEM_DF_YUV422I_YUYV
SYSTEM_DF_YUV420SP_UV
SYSTEM_DF_RGB24_888
so how should i set the osd format?
i see the osd note ,it seems like that the osd format depends the input video frame
If input video frame is in YUV422 interleaved format, then set the OSD window format as
SYSTEM_DF_YUV422I_YUYV, ex- captured frame buffer. If input video frame is in YUV42o
semi-planar format, then set the OSD window format as SYSTEM_DF_YUV420SP_UV, ex- encoder
video buffer.
so if i link the osd link after swms link ,what format should i set the format?