IPU alpha blending

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IPU alpha blending

760 Views
deepanrajanbara
Contributor IV

Hi,

I am using i.Mx6 based processor and my doubt is that.

Is it possible to both display in fb0 and save the output buffer to a file at the same time .

When i tried to do so i get segmentation fault.Is there something that am missing. Can Any one help me as am new to IPU.

Thank you,

Deepanraj.A

2 Replies

521 Views
art
NXP Employee
NXP Employee

Seems that you can use Gstreamer for that. For more information, please refer to the Chapter 7 "Multimedia" of the attached document.


Have a great day,
Artur

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

521 Views
rogerio_silva
NXP Employee
NXP Employee

Hi,

Usually alpha blending is made on display processor (DP). As the only output of DP is the display, this will not be an option for you.

You could combine the images using VDIC (Video de-interlace) and send the result to display and other memory location. You will need to implement it on kernel, IPU driver.