Color Correction in imx6 IPU

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

Color Correction in imx6 IPU

1,027 Views
sandheepkumar
Contributor I

Hi All,

I am currently working in a custom imx6-sabresd board, where I need to apply a color correction matrix to an input RGB frame. I would like to implement this color correction in IPU. From the reference manual, I found that IPU supports RGB to RGB conversion. The conversion process can be tuned using a color conversion matrix whose values are stored in IC Task Parameter memory.

Can I do this conversion using IPU Task? If means, can anyone provide me an example of how to implement it ?

Regards,

Sandheep

Labels (3)
Tags (2)
0 Kudos
2 Replies

653 Views
igorpadykov
NXP Employee
NXP Employee

Hi Sandheep

please look at csc examples on

https://community.freescale.com/docs/DOC-98062

https://community.freescale.com/docs/DOC-101053

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

653 Views
sandheepkumar
Contributor I

Hi Igor,

In the first link, Gamma correction is implemented directly in framebuffer. In my case, I don't require framebuffer.

In the second link, I found the solution for my problem but I would like to implement those CSC matrices in IPU.
Is there any reference for it ?

Regards,

Sandheep

0 Kudos