iMX6 IPU Color Keying

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

iMX6 IPU Color Keying

Jump to solution
534 Views
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.

Labels (2)
0 Kudos
1 Solution
531 Views
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

View solution in original post

0 Kudos
1 Reply
532 Views
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 Kudos