IPU RGBA Overlays

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
2,600件の閲覧回数
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,763件の閲覧回数
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,763件の閲覧回数
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,763件の閲覧回数
sebastient
Contributor V

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

0 件の賞賛
返信
1,764件の閲覧回数
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 件の賞賛
返信