I'm using tv decoder(tvp5158) on IMX6 and output of tv decoder is BT656(NTSC input,720*480@30fps)
when capture frame using v4l2 application
picture is same as attached files
(frame1~5.jpg)
has anyone idea about this situations?
I'm using Linux 3.0.15 and setting value of csi_param as below
data_width: 1
clk_mode : 2
ext_vsync : 0
Vsync_pol : 0
Hsync_pol : 0
pixclk_pol : 1
data_pol : 0
sens_clksrc : 0
pack_tight : 0
force_eof : 0
data_en_pol : 0
data_fmt : UYVY
csi : 0
mclk : 0
please help me...
Solved! Go to Solution.
TVP5158 setting was fine
CSI input size was 720 x 525 in base source(IMX6 original code)
I changed that 720 x 525 to 720 x 488 and EAV/SAV code exchange. so, it work fine(no image rolling)
thanks to your opinion.
Hi
I am using tvp5158 on Imx6q board, Linux,can you share your tvp5158 driver source?
My email:xiang.li@ivicar.cn
thanks.
Hi
I am using tvp5158 on mx53 board, can you share your tvp5158 driver source?
Thanks!
Hello,hyunho,
It seems that image on screen is scrolling up and down , Right ?
Regards,
Weidong
you're right, screen is rolling to upside. maybe about 2 pixels every frame
Hello,hyunho,
I judge the issue looks like different CVBS standard. For example:
(1)NTSC
if CVBS camera is NTSC , TVP5158 should be set NTSC standard.
(2)PAL
if CVBS camera is PAL, TVP5158 should be set PAL standard.
So, I feel standard setting in TVP5158 is differenct from it's CVBS signal(camera) input.
check it and try !
Regards,
Weidong
Hi
I am using tvp5158 on Imx6q board, Linux,can you share your tvp5158 driver source?
My email:xiang.li@ivicar.cn
thanks.
TVP5158 setting was fine
CSI input size was 720 x 525 in base source(IMX6 original code)
I changed that 720 x 525 to 720 x 488 and EAV/SAV code exchange. so, it work fine(no image rolling)
thanks to your opinion.
Hi
I am using tvp5158 on Imx6q board, Linux,can you share your tvp5158 driver source?
My email:xiang.li@ivicar.cn