Tool/software: TI-RTOS
Hello All,
I have created an overlay link similar to GrpxLink of Vision SDK, for overlaying two different bitmap images on display. My usecase is as shown below,
**********************************************
NetworkRx (A15) -> Decode -> VPE -> Sync -> Dup -> Alg_A (DSP1) -> DssM2mWb -> Display_Video
Dup -> Gate -> Alg_B (DSP1)
OverlayLink (IPU1_0) -> Display_Grpx
**********************************************
My application is such that, both the bitmap images overlayed on display shall be switched ON and OFF by user through UART console. This much I have achieved.
By default both the images are overlayed when I start the usecase. But when I switch OFF any one of the overlayed image, the second image is also switched OFF and then immediately switched ON as there is a single output buffer used & for every switch ON or OFF request, buffer is first cleared using "Draw2D_clearBuf(pObj->draw2DHndl)".
So my question here is, is it possible to use two separate buffers for two separate bitmap images to be overlayed on display. If yes, can anybody give some inputs on how to achieve this.
Thanks & Regards,
Abhay