IPU RGBA Overlays

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

IPU RGBA Overlays

跳至解决方案
2,593 次查看
sebastient
Contributor V

I have a gstreamer plugin I was using on the I.mx53 to do video blending on the IPU using the overlay function which I've now ported to the I.mx6.  I am having an issue with the alpha channel though.  Using mxc_ipu_hl_lib I was able to have the overlays use the alpha channel within the RGBA image but this doesn't work anymore with the /dev/mxc_ipu interface.  I am applying an overlay over a live video and the overlay is generated in OpenGL/openvg so I do need that alpha channel and as we're trying to hit at least 720p it needs to use IPU or GPU without copies.

标签 (4)
标记 (3)
0 项奖励
回复
1 解答
1,756 次查看
rogerio_silva
NXP Employee
NXP Employee

Hi Sébastien,

IPU lib is not available on i.MX6. You can directly work with /dev/mxc_ipu and unfortunately we don't have any documentation so far.

You can take a look on these two examples about alpha blending: https://github.com/rogeriorps/ipu-examples/tree/master/mx6/alphablending

Best regards,

Rogerio Pimentel

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,756 次查看
PrabhuSundarara
NXP Employee
NXP Employee

Please go through documentation. CPMEM is the register controlling the alpha. Please trace down how it is hitting the driver.

0 项奖励
回复
1,756 次查看
sebastient
Contributor V

Could you point me to the documentation for the /dev/mxc_ipu interface?  Thank you.

0 项奖励
回复
1,757 次查看
rogerio_silva
NXP Employee
NXP Employee

Hi Sébastien,

IPU lib is not available on i.MX6. You can directly work with /dev/mxc_ipu and unfortunately we don't have any documentation so far.

You can take a look on these two examples about alpha blending: https://github.com/rogeriorps/ipu-examples/tree/master/mx6/alphablending

Best regards,

Rogerio Pimentel

0 项奖励
回复