<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223932#M15488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This error was caused from kernel code mxc_v4l2_capture.c, it happens because you had removed the followed codes in function mxc_v4l2_s_fmt(), you should not do such modification, as I metioned, except for the CSI1 to CSI0 modification, there should be no other code modification, you only need make sure the TVP5147 had output the correct data, and the TVP5147 driver had implemented the related ioctl as adv7180 driver:&lt;/P&gt;&lt;P&gt;#if 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; * Force the capture window resolution to be crop bounds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; * for CSI MEM input mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; */&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (strcmp(mxc_capture_inputs[cam-&amp;gt;current_input].name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "CSI MEM") == 0) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; f-&amp;gt;fmt.pix.width = cam-&amp;gt;crop_current.width;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; f-&amp;gt;fmt.pix.height = cam-&amp;gt;crop_current.height;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 May 2013 02:06:57 GMT</pubDate>
    <dc:creator>qiang_li-mpu_se</dc:creator>
    <dc:date>2013-05-27T02:06:57Z</dc:date>
    <item>
      <title>i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223918#M15474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to interface the TVP5147M1 Video Decoder with i.MX53 processor through its CSI1 Interface port.&lt;/P&gt;&lt;P&gt;The Decoder is interfaced with 8-bit data bus, DATACLK, HSYNC &amp;amp; VSYNC of CSI1 Port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The camera output is a composite VGA resolution video which is connected to TVP5147M1 Composite Video Input port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With use of Camera test application i was trying to test the video steaming. Upon execution of test command, i am getting few errors, the log for the same is provided below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; --------------------------------------------------- &lt;/P&gt;&lt;P&gt;Detected screen resolution is 640 x 480 &lt;/P&gt;&lt;P&gt;main[711] #1&lt;/P&gt;&lt;P&gt;main[734] #2&lt;/P&gt;&lt;P&gt;main[738] #3&lt;/P&gt;&lt;P&gt;[ 70.040683] IPU:In csi_enc_enabling_tasks&lt;/P&gt;&lt;P&gt;[ 70.046585] In csi_enc_setup&lt;/P&gt;&lt;P&gt;main[745] #4&lt;/P&gt;&lt;P&gt;[ 70.078154] ERROR: unrecognized std! 0 (PAL=ff, NTSC=b000&lt;/P&gt;&lt;P&gt;main[780] #5&lt;/P&gt;&lt;P&gt;[ 70.151410] mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00000001&lt;/P&gt;&lt;P&gt;[ 80.100349] ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;fd_capture_v4l : VIDIOC_DQBUF failed.&lt;/P&gt;&lt;P&gt;[ 80.126784] ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;fd_capture_v4l: VIDIOC_QBUF failed&lt;/P&gt;&lt;P&gt;[ 90.150347] ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;fd_capture_v4l : VIDIOC_DQBUF failed.&lt;/P&gt;&lt;P&gt;output_buf : VIDIOC_DQBUF failed&lt;/P&gt;&lt;P&gt;[ 100.160234] ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;fd_capture_v4l: VIDIOC_QBUF failed&lt;/P&gt;&lt;P&gt;[ 110.190351] ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;fd_capture_v4l : VIDIOC_DQBUF failed.&lt;/P&gt;&lt;P&gt;output_buf : VIDIOC_DQBUF failed&lt;/P&gt;&lt;P&gt;[ 120.198978] ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;fd_capture_v4l: VIDIOC_QBUF failed&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Video decoder is able to get detected during the boot up through the I2C interface which is used for configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After 10 seconds of above test command execution, i am seeing a blurred back &amp;amp; white still image on LCD seen by the&amp;nbsp; Camera.&lt;/P&gt;&lt;P&gt;The LCD Display is connected on LVDS0 port of i.MX53 processor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has any one successfully integrated TVP5147M1 Video decoder with i.MX53?&lt;/P&gt;&lt;P&gt; Please let me know if i'm missing anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gopi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 10:38:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223918#M15474</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-05-03T10:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223919#M15475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the following page for&lt;A href="http://www.e-consystems.com/NTSC-PAL-Video-Decoder-Board-iMX53x.asp" title="http://www.e-consystems.com/NTSC-PAL-Video-Decoder-Board-iMX53x.asp"&gt;http://www.e-consystems.com/NTSC-PAL-Video-Decoder-Board-iMX53x.asp.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;TVP5147M1 has been integrated with MX53. You can see whether you can get relative source code driver from the vendor.&lt;/P&gt;&lt;P&gt;According to above errors, please check your IPU/V4L relative configurations such as format setting etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 00:58:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223919#M15475</guid>
      <dc:creator>lily_zhang</dc:creator>
      <dc:date>2013-05-20T00:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223920#M15476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, we are using the same board interfaced to our i.MX53 Custom board. &lt;/P&gt;&lt;P&gt;This particular board has been designed to work directly with i.MX53 QSB from FSL, which is using CSI0 of iMX53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our custom board, we have the CSI1 port used for interface Decoder Board, which is different from i.MX53 QSB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using all the drivers, source which were supplied along with the Decoder Board (with the modifications made for the CSI Port for CSI1), however, we are still having the issues as mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check on the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; IPU/V4L relative configurations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 06:49:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223920#M15476</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-05-21T06:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223921#M15477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Gopi:&lt;/P&gt;&lt;P&gt;If you still have the problem, you can send out the patches to us for the check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Lily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 06:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223921#M15477</guid>
      <dc:creator>lily_zhang</dc:creator>
      <dc:date>2013-05-21T06:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223922#M15478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know your email ID to forward the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 09:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223922#M15478</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-05-21T09:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223923#M15479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Hi Lily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Could you please let me know your email ID to forward the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Gopi&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 09:07:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223923#M15479</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-05-21T09:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223924#M15480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can reference to this link:&lt;A _jive_internal="true" href="https://community.nxp.com/thread/295157"&gt;https://community.freescale.com/thread/295157&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the kernel patch "tvin_kernel_imx.patch" of that link, there is an example for how to modify from CSI0 to CSI1 in mxc_v4l2_capture.c.&lt;/P&gt;&lt;P&gt;And you also need make sure what's the date format output from TVP5147, progressive or interlaced? WIth or without SAV/EAV signal in data bus?&lt;/P&gt;&lt;P&gt;From your tested 640x480 resolution, it seems this is a normal camera sensor format, not TV signal, if so, you'd better reference to the OV5640 driver under folder "drivers\media\video\mxc\capture".&lt;/P&gt;&lt;P&gt;The adv7180 driver under folder "drivers\media\video\mxc\capture" is for TV in signal which is interlanced and with SAV/EAV embeded in data bus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 12:01:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223924#M15480</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2013-05-22T12:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223925#M15481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will check the kernel patch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, the output format from the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;TVP5147 is interlaced&lt;/SPAN&gt;. And the data bus of CSI1 is 8-bit with HSYNC and VSYNC signals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input to the decoder is TV In, we will check the adv7180 driver and let you know the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 12:22:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223925#M15481</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-05-22T12:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223926#M15482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have checked and made the required changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using a camera test application which is used for capturing and showing the video on the LCD Display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, we are able to get the first frame displayed on the LCD as a still image. The image is perfect and scaled to the LCD resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason for not getting the video stream??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share your email ID? I would like to share the source code of the Camera Test Application for getting it verified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 16:56:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223926#M15482</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-05-22T16:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223927#M15483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i mentioned, we are getting a perfect still image [the first frame seen by the camera after executing the camera test]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea on why this could be happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 12:50:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223927#M15483</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-05-23T12:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223928#M15484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If you only changed the sensor, no IPU common code or application code need be changed, the only modification is in your sensor driver. So I think there is still some issue in you sensor driver, although you can get the first frame. (For your case, the only modification in kernel mxc_v4l2_capture.c is changing default CSI0 to CSI1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You should make sure what’s the data format on CSI data bus output from the TVP sensor, if it is pure YUV data like camera sensor, you should reference to the OV5420 to implement the sensor driver and use the “mxc_v4l2_capture” unit test to test.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;And if the sensor output data is TV signal such as PAL/NTSC, on data bus there will be EAV/SAV, you should reference to the adv7180 driver and use the “mxc_v4l2_tvin” unit test application to test.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;For the different data format, the sensor should report different clock mode and interface type to v4l2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;In static int ioctl_g_ifparm(struct v4l2_int_device *s, struct v4l2_ifparm *p):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;For normal camera sensor, pure YUV data on CSI data bus: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memset(p, 0, sizeof(*p));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p-&amp;gt;u.bt656.clock_curr = ov5640_data.mclk;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;//For camera sensor, it is not 0, then gated clock will be used in mxc_v4l2_capture.c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p-&amp;gt;if_type = V4L2_IF_TYPE_BT656;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p-&amp;gt;u.bt656.mode = V4L2_IF_TYPE_BT656_MODE_NOBT_8BIT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p-&amp;gt;u.bt656.clock_min = OV5640_XCLK_MIN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p-&amp;gt;u.bt656.clock_max = OV5640_XCLK_MAX;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p-&amp;gt;u.bt656.bt_sync_correct = 1;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;//For camera sensor, it should be 1, it used VSYNC pin&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;For TV in sensor, interlanced YUV data with EAV/SAV on CSI data bus: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memset(p, 0, sizeof(*p));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0.5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;p-&amp;gt;u.bt656.clock_curr = 0;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;//For TVin sensor, it is 0, then BT656 clock mode will be used in mxc_v4l2_capture.c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p-&amp;gt;if_type = V4L2_IF_TYPE_BT656; /* This is the only possibility. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p-&amp;gt;u.bt656.mode = V4L2_IF_TYPE_BT656_MODE_NOBT_8BIT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0.5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;p-&amp;gt;u.bt656.bt_sync_correct = 1;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;//For TVin sensor, if VSYNC pin was used, it must be 1; if no external VSYNC pin, it must be 0, the CSI will get VSYNC from EAV/SAV on data bus.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 02:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223928#M15484</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2013-05-24T02:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223929#M15485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of cource, you also need make sure, the sensor output format is correct as we wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 03:12:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223929#M15485</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2013-05-24T03:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223930#M15486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have checked the VideoDecoder/sensor output formats configuration and tried by configuring as per the above mentioned. However, we are still getting the same result, the first frame being displayed on the display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having the TV input (composite video) with PAL format. The TV Input from a camera to the Video Decoder (TVP5147M1) and the Decoder is connected to the CSI1 port of i.MX53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having few questions based on the debug log observations, mentioned below:&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@freescale /unit_tests$ ./mxc_v4l2_tvin.out -ot 0 -ol 10 -ow 720 -oh 525 -m &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;2 &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;//We have noticed that this unit-test is giving error, shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;TV decoder chip is tvp5147m1_decoder&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: width or height too small.&lt;/P&gt;&lt;P&gt;VIDIOC_S_FMT failedmxc_v4l_close: release resource&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup v4l capture failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757;"&gt;root@freescale /unit_tests$ ./mxc_v4l2_tvin.out -ot 0 -ol 10 -ow 720 -oh 625 -m 2 &lt;STRONG style="font-size: 10pt;"&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;//&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;We have tried the same by changing the size, but still same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;TV decoder chip is tvp5147m1_decoder&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: width or height too small.&lt;/P&gt;&lt;P&gt;VIDIOC_S_FMT failedmxc_v4l_close: release resource&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup v4l capture failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@freescale /unit_tests$ dmesg -c &lt;/STRONG&gt;&lt;SPAN style="color: #575757;"&gt; &lt;SPAN style="color: #ff0000;"&gt;//&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;dmesg log&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_ifparm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Returning size of 720x625&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_init&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1_get_std&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_parm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; type is V4L2_BUF_TYPE_VIDEO_CAPTURE&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_s_parm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_ifparm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Returning size of 720x625&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: width or height too small.&lt;/P&gt;&lt;P&gt;mxc_v4l_close: release resource&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_ifparm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Returning size of 720x625&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_init&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1_get_std&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_parm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; type is V4L2_BUF_TYPE_VIDEO_CAPTURE&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_s_parm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_ifparm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Returning size of 720x625&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: width or height too small.&lt;/P&gt;&lt;P&gt;mxc_v4l_close: release resource&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757;"&gt;root@freescale /unit_tests$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757;"&gt;root@freescale /unit_tests$ camera_testapp &amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #575757;"&gt;&lt;STRONG style="font-size: 10pt;"&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;//&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;Starting the camera test application to test the video streaming&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757;"&gt;root@freescale /unit_tests$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------&lt;/P&gt;&lt;P&gt;PRODUCT_NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : e-CAMNT_MX53x&lt;/P&gt;&lt;P&gt;SVN_REVISION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 397&lt;/P&gt;&lt;P&gt;SVN_DATE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 2012-02-10&lt;/P&gt;&lt;P&gt;SVN_TIME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 17:37:22&lt;/P&gt;&lt;P&gt;-------------------------------------------------&lt;/P&gt;&lt;P&gt;Detected screen resolution is 640 x 480&lt;/P&gt;&lt;P&gt;main[711] #1&lt;/P&gt;&lt;P&gt;main[734] #2&lt;/P&gt;&lt;P&gt;main[738] #3&lt;/P&gt;&lt;P&gt;IPU:In csi_enc_enabling_tasks&lt;/P&gt;&lt;P&gt;In csi_enc_setup&lt;/P&gt;&lt;P&gt;main[745] #4&lt;/P&gt;&lt;P&gt;main[780] #5&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: warning: disable ipu dma channel 0 during its busy state&lt;/P&gt;&lt;P&gt;IPU:In csi_enc_enabling_tasks&lt;/P&gt;&lt;P&gt;In csi_enc_setup&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800000;"&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_5 = 0x00000001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;// We are getting this error for the IPU. &lt;STRONG style="color: #800000;"&gt;&lt;STRONG style=": ; color: #ff0000;"&gt;these are coming repeatedly&lt;/STRONG&gt;&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800000;"&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00000001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #800000;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;// Also the error for the VIDIOC_DQBUF, these are coming repeatedly.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt;fd_capture_v4l : VIDIOC_DQBUF failed.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;fd_capture_v4l: VIDIOC_QBUF failed&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;fd_capture_v4l : VIDIOC_DQBUF failed.&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;fd_capture_v4l: VIDIOC_QBUF failed&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800000;"&gt;mxc_ipu mxc_ipu: Channel already disabled 10&amp;nbsp;&amp;nbsp; &lt;STRONG style=": ; color: #ff0000;"&gt;// These are also the errors coming repeatedly. Also, we are getting this error, if we play an MP4 Video file to the Display.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800000;"&gt;mxc_ipu mxc_ipu: Channel already uninitialized 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800000;"&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00000001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800000;"&gt;mxc_ipu mxc_ipu: Channel already disabled 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #800000;"&gt;mxc_ipu mxc_ipu: Channel already uninitialized 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00000001&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;fd_capture_v4l : VIDIOC_DQBUF failed.&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;fd_capture_v4l: VIDIOC_QBUF failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@freescale /unit_tests$ ps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PID TTY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME CMD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 init&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 kthreadd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 ksoftirqd/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 events/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 khelper&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 async/mgr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 pm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 85 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 usb_wakeup thre&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 86 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 usb_wakeup thre&lt;/P&gt;&lt;P&gt;&amp;nbsp; 169 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 sync_supers&lt;/P&gt;&lt;P&gt;&amp;nbsp; 171 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 bdi-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; 173 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 kblockd/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; 183 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 otg_switch/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; 189 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 khubd&lt;/P&gt;&lt;P&gt;&amp;nbsp; 233 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 kmmcd&lt;/P&gt;&lt;P&gt;&amp;nbsp; 270 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 kswapd0&lt;/P&gt;&lt;P&gt;&amp;nbsp; 313 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 aio/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; 326 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 crypto/0&lt;/P&gt;&lt;P&gt;1003 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 kconservative/0&lt;/P&gt;&lt;P&gt;1008 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 vpu_wq/0&lt;/P&gt;&lt;P&gt;1015 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 esdhc_wq/0&lt;/P&gt;&lt;P&gt;1018 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 esdhc_wq/0&lt;/P&gt;&lt;P&gt;1043 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 mmcqd&lt;/P&gt;&lt;P&gt;1049 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 scsi_eh_0&lt;/P&gt;&lt;P&gt;1050 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 usb-storage&lt;/P&gt;&lt;P&gt;1099 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:01 udevd&lt;/P&gt;&lt;P&gt;1809 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 flush-179:0&lt;/P&gt;&lt;P&gt;2073 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 sh&lt;/P&gt;&lt;P&gt;2102 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:31 camera_testapp&lt;/P&gt;&lt;P&gt;2103 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 v4l2q&lt;/P&gt;&lt;P&gt;2111 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:00 ps&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@freescale /unit_tests$ kill 2102&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@freescale /unit_tests$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue() interrupt received&lt;/P&gt;&lt;P&gt;mxc_v4l_close: release resource&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00000001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@freescale /unit_tests$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@freescale /unit_tests$ dmesg -c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #800000;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;// Dmesg of the entire debug messages&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_ifparm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Returning size of 720x625&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_init&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_ctrl&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1_get_std&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_parm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; type is V4L2_BUF_TYPE_VIDEO_CAPTURE&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_s_parm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_ifparm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Returning size of 720x625&lt;/P&gt;&lt;P&gt;IPU:In csi_enc_enabling_tasks&lt;/P&gt;&lt;P&gt;In csi_enc_setup&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1_get_std&lt;/P&gt;&lt;P&gt;IPU_CONF =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000760&lt;/P&gt;&lt;P&gt;IDMAC_CONF =&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0000002F&lt;/P&gt;&lt;P&gt;IDMAC_CHA_EN1 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00800001&lt;/P&gt;&lt;P&gt;IDMAC_CHA_EN2 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;IDMAC_CHA_PRI1 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x18800001&lt;/P&gt;&lt;P&gt;IDMAC_CHA_PRI2 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;IDMAC_BAND_EN1 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;IDMAC_BAND_EN2 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;IPU_CHA_DB_MODE_SEL0 =&amp;nbsp; 0x00000001&lt;/P&gt;&lt;P&gt;IPU_CHA_DB_MODE_SEL1 =&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;IPU_CHA_TRB_MODE_SEL0 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00800000&lt;/P&gt;&lt;P&gt;IPU_CHA_TRB_MODE_SEL1 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;DMFC_WR_CHAN =&amp;nbsp; 0x00000090&lt;/P&gt;&lt;P&gt;DMFC_WR_CHAN_DEF =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x202020F6&lt;/P&gt;&lt;P&gt;DMFC_DP_CHAN =&amp;nbsp; 0x00009694&lt;/P&gt;&lt;P&gt;DMFC_DP_CHAN_DEF =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x2020F6F6&lt;/P&gt;&lt;P&gt;DMFC_IC_CTRL =&amp;nbsp; 0x00000002&lt;/P&gt;&lt;P&gt;IPU_FS_PROC_FLOW1 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;IPU_FS_PROC_FLOW2 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;IPU_FS_PROC_FLOW3 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;IPU_FS_DISP_FLOW1 =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: warning: disable ipu dma channel 0 during its busy state&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1_get_std&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_parm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; type is V4L2_BUF_TYPE_VIDEO_CAPTURE&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_s_parm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_ifparm&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Returning size of 720x625&lt;/P&gt;&lt;P&gt;IPU:In csi_enc_enabling_tasks&lt;/P&gt;&lt;P&gt;In csi_enc_setup&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_5 = 0x00000001&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00000001&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: Channel already disabled 10&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: Channel already uninitialized 10&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00000001&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: Channel already disabled 10&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: Channel already uninitialized 10&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00000001&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued&lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue() interrupt received&lt;/P&gt;&lt;P&gt;mxc_v4l_close: release resource&lt;/P&gt;&lt;P&gt;mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00000001&lt;/P&gt;&lt;P&gt;root@freescale /unit_tests$&lt;/P&gt;&lt;P&gt;root@freescale /unit_tests$&lt;/P&gt;&lt;P&gt;tvp5147m1 2-005c: In tvp5147m1:ioctl_g_fmt_cap&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also attached the source of the camera test application, which i hope would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Can you please check above log and let me know what could be the reasons for the errors we are getting related to the IPU &amp;amp; VIDIO_DQBUF??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Gopi &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 07:27:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223930#M15486</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-05-24T07:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223931#M15487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff; color: #ff0000;"&gt;ERROR: v4l2 capture: width or height too small.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to investigate this error from the mxc_v4l2_tvin.out app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 13:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223931#M15487</guid>
      <dc:creator>jonathansperry</dc:creator>
      <dc:date>2013-05-24T13:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223932#M15488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This error was caused from kernel code mxc_v4l2_capture.c, it happens because you had removed the followed codes in function mxc_v4l2_s_fmt(), you should not do such modification, as I metioned, except for the CSI1 to CSI0 modification, there should be no other code modification, you only need make sure the TVP5147 had output the correct data, and the TVP5147 driver had implemented the related ioctl as adv7180 driver:&lt;/P&gt;&lt;P&gt;#if 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; * Force the capture window resolution to be crop bounds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; * for CSI MEM input mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; */&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (strcmp(mxc_capture_inputs[cam-&amp;gt;current_input].name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "CSI MEM") == 0) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; f-&amp;gt;fmt.pix.width = cam-&amp;gt;crop_current.width;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; f-&amp;gt;fmt.pix.height = cam-&amp;gt;crop_current.height;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 02:06:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223932#M15488</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2013-05-27T02:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223933#M15489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have made this modifications. The Unit test is not returning the errors, however, we are still not getting the camera stream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, we are still having the issues with the camera test application.&lt;/P&gt;&lt;P&gt;Can you please check the errors which are commented with red color in my above post? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 11:24:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223933#M15489</guid>
      <dc:creator>GopiNagaBharath</dc:creator>
      <dc:date>2013-06-03T11:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223934#M15490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am also having the same problem with camera time out error "ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0"&lt;/P&gt;&lt;P&gt;and i am using imx53 smd based custom board Android 2.3 and kernel-2.6.35 with Freescale R10.4 patches, and my board is having in built camera, csi0 interface , we are using camera sensor type is ov7675&amp;nbsp; , when ever i am trying to capture image it showing &lt;/P&gt;&lt;P&gt;ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0.&lt;/P&gt;&lt;P&gt; and i have gone through so many threads in this community , i implemented as per the threads , but i am still having the same error, which could be area which i need to check please suggest me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajput&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 11:44:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223934#M15490</guid>
      <dc:creator>Rajput1z</dc:creator>
      <dc:date>2013-09-28T11:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx53_Video Decoder TVP5147M1 Interface Issue on CSI1 Port -</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223935#M15491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;We are currently&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;working on a project&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;based&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;imx53&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;video&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;encoder&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;TVP5147M1&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;(board&lt;/SPAN&gt; &lt;SPAN class="atn hps"&gt;e-&lt;/SPAN&gt;CAMNT_MX53x).&lt;BR /&gt;&lt;SPAN class="hps"&gt;We have seen&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that the status&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Texas&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;TVP5147M1&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;site is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;"Not Recommended&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for New&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Designs&lt;/SPAN&gt;."&lt;BR /&gt;&lt;SPAN class="hps"&gt;What&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is the most&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;similar&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to replace&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;TVP5147M1&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;component&lt;/SPAN&gt;?&lt;BR /&gt;&lt;SPAN class="hps"&gt;Thank you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;your information.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 08:37:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx53-Video-Decoder-TVP5147M1-Interface-Issue-on-CSI1-Port/m-p/223935#M15491</guid>
      <dc:creator>didier1</dc:creator>
      <dc:date>2013-11-22T08:37:43Z</dc:date>
    </item>
  </channel>
</rss>

