This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

omap-l138 capture UYVY data

Other Parts Discussed in Thread: OMAPL138

We use BT656 capture UYVY data, capture buffer can receive data,but it can not display properly when play by PYUV without interleaved:

play by PYUV with interleaved:

modify  PAL parameter ".ycmux_mode = 0" of ch_params in VPIF.C and play by PYUV without interleaved:

play by PYUV with interleaved:

PAL setting of ch_params is:

{
.name = "PAL_BDGHIK",
.width = 720,
.height = 576,
.frm_fmt = 0,
.ycmux_mode = 1,
.eav2sav = 280,
.sav2eav = 1440,
.l1 = 1,
.l3 = 23,
.l5 = 311,
.l7 = 313,
.l9 = 336,
.l11 = 624,
.vsize = 625,
.capture_format = 0,
.vbi_supported = 1,
.hd_sd = 0,
.stdid = V4L2_STD_625_50,
},

Can some help us solve this problem?