Does it support Color space conversion in fsl-L4.9.11 kernel?

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

Does it support Color space conversion in fsl-L4.9.11 kernel?

930 Views
liangyan
Contributor II
_ipu_dp_set_csc_coefficients() /drivers/mxc/ipu_disp.c,  i want to change CSC using ioctl method, but  it has no effect.
if i change  dp_csc_param.mode = -1 into  dp_csc_param.mode = DP_COM_CONF_CSC_DEF_BOTH, it has effective
so it does not support change CSC, in timely
Labels (2)
0 Kudos
4 Replies

871 Views
joanxie
NXP TechSupport
NXP TechSupport

pls refer to the source code as below:

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

0 Kudos

871 Views
liangyan
Contributor II

试过了,不起作用,你们测试过?

0 Kudos

871 Views
liangyan
Contributor II

默认驱动初始化过程中是关闭CSC功能的,

0 Kudos

871 Views
joanxie
NXP TechSupport
NXP TechSupport

yes, this is tested version, another solution that you can use gstreamer, the command like:

Color Space Conversion (CSC)
"gst-launch-1.0 videotestsrc ! video/x-raw,format=NV12 ! imxvideoconvert_ipu ! video/xraw,
format=RGB16 ! ximagesink display=:0"