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: J6 -Dra7xx-Display Sub System - Alpha blending in a specific pipeline of the overlay

Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hi all,

Is it possible to do the alpha blending in a specific pipeline of the overlay ? 

Also is it possible to do the alpha blending in specific area region (particular rectangle area region)  ?

Thanks &  regards

Gokul

  • I've escalated your thread to the dev team.

    Todd
  • Well you could have video/graphics pipeline smaller than actual video display and enable/do blending for this smaller window.

    Rgds,
    Brijesh
  • Thanks Brijesh. Is it possible to test in Vision SDK DSS application(M4core- sysbios rtos) ?
  • Yes, it is possible to test it out in vision sdk.
    Currently all examples uses full frame graphics over the video. you could reduce graphics frame size and test it out

    Regards,
    Brijesh
  • Hi Brijesh,

    Do we need to have two video data in two different pipelines ?
    can you explain with more detail to achieve it ?


    Thanks
    Gokul
  • Hi Gokul,

    Well essentially, you want to blend small window with the other larger window, correct?
    You could have full Video display and reduce the graphics size from the usecase. or the other way, you could have video to be of smaller size and keep the graphics full size. Now you could change the z-order of the different pipelines and enable the blending on the top window.

    Most of these controls are set the default values in the API ChainsCommon_SetDctrlConfig in the file vision_sdk\examples\tda2xx\src\usecases\common\chains_common.c. You could go through this function to get the idea about how to change z-order and enable blending.

    Rgds,
    brijesh