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: Query Regarding Bitmap Image Overlay using Draw2d in Vision SDK

Part Number: TDA2P-ACD

Tool/software: TI-RTOS

Hello All,

I am currently exploring how to overlay a bitmap image on video buffer in Vision SDK. I have gone through the different files inside "draw2d" module of Vision SDK. For bitmap image I found that a static char array with hex values are being used. So do I need to convert my bitmap image file into similar array of hex values or is there any other way to do it. Is there any tool in vision sdk to convert bitmap image to hex. Please suggest.

Also I want to know in what data format (32-bit ARGB, 32-bit RGBA, 24-bit RGB or any other data format) bitmap image is represented in vision sdk ?

Thanks,

Abhay