This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TDA2P-ACD: Using draw2d For Drawing Pixels

Part Number: TDA2P-ACD


Tool/software: TI-RTOS

Hello All,

I want to overlay a buffer on display link for which I have created a following usecase,

""""""""""""""""

NetworkRx (A15) -> Alg_Plugin (DSP1) -> Display_Video

OverlayLink (IPU1_0) -> Display_Grpx

""""""""""""""""

OverlayLink is similar to GrpxLink of Vision SDK. But I have used data format type as "SYSTEM_DF_BGR24_888" instead of "SYSTEM_DF_BGR16_565" or "SYSTEM_DF_BGRA16_4444"

In the OverlayLink, I have ported C++ code for overlaying some data. To draw the overlay on display which Vision SDK functions shall I use as the dataformat is SYSTEM_DF_BGR24_888.

I am not able to use "Draw2D_drawPixel" function as there is not support for SYSTEM_DF_BGR24_888 format.

Is there any other function available in Vision SDK which I can use for drawing pixels of SYSTEM_DF_BGR24_888 dataformat.

Regards,

Abhay