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.
Tool/software: Linux
Hello.
I am using AM5728 PSDK.
We are trying to "Alpha Blending" VID1(plane) and BackGround using CRTC Set_property.
Currently we are using all planes, so we do not raise another plane on VID1.
We want "Alpha Blending"
1. VID1(plane) is set as Src and BackGround is set as Dest.
: Dest Alpha Blending.
2. Set BackGround as Src and VID1(plane) as Dest.
: Src Alpha Blending.
Is alpha blending possible in this case?
Typically, blending happens between top and bottom plane using alpha value of the top plane and typically background color is used as bottom layer. This is why alpha value is available for the top video and graphics layer.
Why do you want to set alpha for the back ground color?
Rgds,
Brijesh
Hi,
I am sorry, i could not understand.
Could you please check if this is correct?
1, Vid1 and vid2 are blended on LCD1 and the output of this blending is written back to memory using WB path
2, LCD2 displays another image
3, LCD3 uses GFX path to display WB of LCD1.
so what is your question here? Do you want to blend GFX of LCD3 with background color? Typically blending is done in RGB format only. Do you want to do it in YUV format?
Regards,
Brijesh