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.
We are now using AM5728 PSDK.
We will try to give an effect to Video now.
(By combining ARGB, changing video color (sepia effect)
This is similar to alpha blending.
(Src plane + Dist plane = Output)
Currently, we are using all pipeline.
LCD 1: VID 1 is the subtitle, VID 2 is the video.
LCD 2: VID 3 is an image.
LCD 3: GFX is WB of LCD 1 (VID 1 + VID 2).
We have created the whole H / W resource almost at Full.
I tried to convert alpha blend to Video on VID 2 using GPU, but the speed slows down.
So the method I thought was synthesis using BackGround.
However, BackGround could not be specified with Src, it is impossible to change the order of BG and Plane.
Also, BackGround was able to use only RGB color.
Are there other solutions that can solve this problem now?