<?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: IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352629#M49098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi huang:&lt;/P&gt;&lt;P&gt;I have a similar problem like yours, i run gstreamer pipeline to get generic 16 bits data(original is RGB565) from csi port, but i got four divided frames and rolling and greenish, have you fix your problems? if yes, can you give me some suggestions? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 16:23:22 GMT</pubDate>
    <dc:creator>tsaikenny</dc:creator>
    <dc:date>2015-07-01T16:23:22Z</dc:date>
    <item>
      <title>IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352624#M49093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm planing to use the TexasInstruments TFP401A as DVI/HDMI input into the IMX6Q CSI. It should convert to parallel RGB565 data with CLOCK,HSYNC,VSYNC so in my opinion the gated-mode must be used. In section 37.4.3.9 it is mentioned that "16bit RGB565" does only work together with non-gated mode. So can i use "16bit as generic data"? Whats the exact difference between these two?&lt;/P&gt;&lt;P&gt;Looking into the patch from &lt;A href="https://community.nxp.com/docs/DOC-97981"&gt;How to Support RGB565 Gated Mode Input to i.MX6 CSI&lt;/A&gt; it seems it has something to do with Bayer format? (cfg_param.data_fmt = CSI_SENS_CONF_DATA_FMT_BAYER). &lt;/P&gt;&lt;P&gt;Finally i want to capture the rgb data, compress using the VPU and stream it over Ethernet.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Udo Schmelmer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 11:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352624#M49093</guid>
      <dc:creator>udoschmelmer</dc:creator>
      <dc:date>2014-08-12T11:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352625#M49094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section 37.4.3.9 describes two methods for "16bit RGB565":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. without "on the fly processing", no restriction on gated/non-gated mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; bayer format is used (RGB treated as generic data)&lt;/P&gt;&lt;P&gt;2. with "on the fly processing", CSI#_SENS_DATA_FORMAT=RGB565 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; and only non-gate mode&amp;nbsp; may be used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;patch uses first method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 02:30:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352625#M49094</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-08-13T02:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352626#M49095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your answer! So in detail for my solution:&lt;/P&gt;&lt;P&gt;1. What does "no on the fly processing" exactly mean? From my understanding it means that i only can't use VDIC, IC, and IRT of the IPU? Or are there more restrictions?&lt;/P&gt;&lt;P&gt;2. Does "RGB as generic data" mean that the parallel input data is fed into a buffer in RAM as it ?&lt;/P&gt;&lt;P&gt;3. If so, can i pipe from this buffer into the VPU, encode to h.264 and from here into a network stream?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 09:06:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352626#M49095</guid>
      <dc:creator>udoschmelmer</dc:creator>
      <dc:date>2014-08-13T09:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352627#M49096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"no on the fly processing" means that data is put in DDR memory,&lt;/P&gt;&lt;P&gt;after that it can be processed.&lt;/P&gt;&lt;P&gt;Yes, "RGB as generic data" means that the input data is fed into a buffer in RAM.&lt;/P&gt;&lt;P&gt;Yes, one can pipe from this buffer into the VPU, encode to h.264 and from here into a network stream&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 02:07:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352627#M49096</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-08-15T02:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352628#M49097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Udo .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;We have the similar application to connect pararel RGB input with MX6Q CSI. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; Have you finish your application?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I try the patch &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;- &lt;A _jive_internal="true" data-containerid="35553" data-containertype="2020" data-objectid="97981" data-objecttype="102" href="https://community.nxp.com/docs/DOC-97981" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #6a737b;"&gt;https://community.freescale.com/docs/DOC-97981&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and change setting as folloing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drivers/media/video/mxc/capture/mxc_v4l2_capture.c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;csi_param.clk_mode = IPU_CSI_CLK_MODE_GATED_CLK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;csi_param.data_width = IPU_CSI_DATA_WIDTH_16;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I use the mxc_v4l2_overlal.c to preview the image,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;but&amp;nbsp; the overlay preview image is not normal. Its really greenish preview image&amp;nbsp; and there are 4 frames not 1 frame. (and rolling)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Any help woud be appreciated.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 02:10:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352628#M49097</guid>
      <dc:creator>huang_dexiang</dc:creator>
      <dc:date>2015-04-23T02:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352629#M49098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi huang:&lt;/P&gt;&lt;P&gt;I have a similar problem like yours, i run gstreamer pipeline to get generic 16 bits data(original is RGB565) from csi port, but i got four divided frames and rolling and greenish, have you fix your problems? if yes, can you give me some suggestions? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 16:23:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352629#M49098</guid>
      <dc:creator>tsaikenny</dc:creator>
      <dc:date>2015-07-01T16:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352630#M49099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share my experience to who have the same problem, as below:&lt;/P&gt;&lt;P&gt;1. Change mfw_v4lsrc element default color format from V4L2_PIX_FMT_YUV420, to V4L2_PIX_FMT_SGRBG8&lt;/P&gt;&lt;P&gt;2. Change mfw_v4lsrc element default caps from video/x-raw-yuv to video/x-raw-rgb, default fourcc code from 'I' '4' '2' '0' to 'R' 'G' 'B' 'P'&lt;/P&gt;&lt;P&gt;3. After these changes, run pipeline to show on the screen, like this:&lt;/P&gt;&lt;P&gt;gst-launch mfw_v4lsrc device=/dev/video0 capture-mode=4 ! mfw_v4lsink device=/dev/video16 sync=false&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:30:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352630#M49099</guid>
      <dc:creator>tsaikenny</dc:creator>
      <dc:date>2015-07-02T13:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352631#M49100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tsaikenny,&lt;/P&gt;&lt;P&gt;The following are the files that i have modified to support RGB565 with Gated mode. It's based on Linux-3.0.35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Board-mx6q_sabresd.c (arch\arm\mach-mx6)&lt;/P&gt;&lt;P&gt;Ipu_bg_overlay_sdc.c (drivers\media\video\mxc\capture)&lt;/P&gt;&lt;P&gt;Ipu_csi_enc.c (drivers\media\video\mxc\capture)&lt;/P&gt;&lt;P&gt;Ipu_device.c (drivers\mxc\ipu3)&lt;/P&gt;&lt;P&gt;Ipu_fg_overlay_sdc.c (drivers\media\video\mxc\capture)&lt;/P&gt;&lt;P&gt;Mxc_v4l2_capture.c (drivers\media\video\mxc\capture)&lt;/P&gt;&lt;P&gt;Rgb565_16bit.c (drivers\media\video\mxc\capture)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 01:28:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352631#M49100</guid>
      <dc:creator>huang_dexiang</dc:creator>
      <dc:date>2015-07-03T01:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6Q parallel RGB565 input using gated-mode with Ti TFP401A</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352632#M49101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi huang&lt;/P&gt;&lt;P&gt;i want use RGB565 format in non gated mode and 8 bit CSI interface.do you think, can I use your modifications for implementation my solution?can you help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 10:59:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6Q-parallel-RGB565-input-using-gated-mode-with-Ti-TFP401A/m-p/352632#M49101</guid>
      <dc:creator>seyed_pedram_ra</dc:creator>
      <dc:date>2018-06-26T10:59:20Z</dc:date>
    </item>
  </channel>
</rss>

