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 件の賞賛
返信