I want to full screen display now,But unsuccessful!How to set up software?
my software settings are as follows:
p->if_type = V4L2_IF_TYPE_BT656; /* This is the only possibility. */
p->u.bt656.mode = V4L2_IF_TYPE_BT656_MODE_NOBT_8BIT;
p->u.bt656.nobt_hs_inv = 0;
p->u.bt656.bt_sync_correct = 1; //use gated mode
p->u.bt656.clock_curr = 37000000;
As the pixel after conversion through tp2825 is 960*624,The input of tp2825 A/D is STD CVBS PAL。
Use param below:
Parameters are modified below,The image is displayed as follows:
{ /*! (B, G, H, I, N) PAL */
.v4l2_id = V4L2_STD_PAL,
.name = "PAL",
.raw_width = 960,
.raw_height = 624,
.active_width = 960,
.active_height = 312,
.active_top = 0,
.active_left = 0,
},
Parameters are modified below,The image is displayed as follows:
{ /*! (B, G, H, I, N) PAL */
.v4l2_id = V4L2_STD_PAL,
.name = "PAL",
.raw_width = 960,
.raw_height = 624,
.active_width = 960,
.active_height = 624-16
.active_top = 0,
.active_left = 0,
},
Hi feng
please try interlaced-mode-capture patch on
https://community.nxp.com/docs/DOC-158531
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
I am using i.MX6DualLite android6.0.1 now, Please specify that I should use that
The project is more urgent, need your help,tks!
Hi fengliang,
Do your problems solved? Now i also use tp2825 video decoding. The tp2825 input is 480i cvbs with NTSC,the output is 8 bit bt656. But the video is scrolling . Do you have good problems?
I now use the i.MX6DualLite android6.0.1 kernel software version is :
Please confirm which patch I should use now?