TDA4AL-Q1: NV12 to BGR conversion

Part Number: TDA4AL-Q1

Tool/software:

Hi,

We are trying to use the DisplayM2M node to perform color space conversion according to the procedure in e2e.ti.com/.../4156052. Given BGR format does not seem supported in OpenVX, is the recommendation still to hack the code in vx_display_m2m_target.c to do BGR conversion:

case (vx_df_image)VX_DF_IMAGE_RGB:
            format->dataFormat = FVID2_DF_BGR24_888;

Or is there a more elegant way? We are using SDK 11.0.

Thanks,

Vincent