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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,779件の閲覧回数
liangyan
Contributor III
_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
ラベル(2)
0 件の賞賛
返信
4 返答(返信)

1,720件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

pls refer to the source code as below:

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

0 件の賞賛
返信

1,720件の閲覧回数
liangyan
Contributor III

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

0 件の賞賛
返信

1,720件の閲覧回数
liangyan
Contributor III

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

0 件の賞賛
返信

1,720件の閲覧回数
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"