iMX6 IPU Color Keying

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

iMX6 IPU Color Keying

跳至解决方案
725 次查看
ogj
Contributor IV

I’ve previously used the Vybrid processor. With that chip an “invisible” color could be created, and whenever that color was read from the fg buffer, it wasn’t written to the combined (bg/fg) buffer. For example, on startup, the fg buffer was filled using the invisible color and therefore was invisible (not written) when the buffers were combined. Bitmap images could then be written to the fg in regular colors making them visible. It appears this capability also exists in the IPU. What is the best way to implement it? Can an “invisible” color be created, or is it all done using the alpha channel? What is the best way to implement the fg? I'd rather not use a separate alpha buffer; however the interleaved alpha would be OK.

标签 (2)
0 项奖励
回复
1 解答
722 次查看
igorpadykov
NXP Employee
NXP Employee

Hi ogj

 

one can look at ipu color key test :

https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_ipudev_test/mxc_ipudev_test.c?h=im...

description of test in sect.10.5 Video   i.MX Linux Reference Manual​

 

Best regards
igor

在原帖中查看解决方案

0 项奖励
回复
1 回复
723 次查看
igorpadykov
NXP Employee
NXP Employee

Hi ogj

 

one can look at ipu color key test :

https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_ipudev_test/mxc_ipudev_test.c?h=im...

description of test in sect.10.5 Video   i.MX Linux Reference Manual​

 

Best regards
igor

0 项奖励
回复