<?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: imx6 12-bit CCIR-656 CSI input</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6-12-bit-CCIR-656-CSI-input/m-p/281300#M32389</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;1. Please check if CSI0 connects parallel or MIPI. Refer GPR1:MIPI_IPU1_MUX (for MX6Q) and IPU_CONF:CSI0_DATA-SOURCE. And you can try to configure your HDMI to output 8-bit BT656 for debug?&lt;/P&gt;&lt;P&gt;2. Yes. With BT656 embedded sync signal, only the data pins are needed.&lt;/P&gt;&lt;P&gt;3. I think only different usage between gated/non-gated mode and BT656/BT1120. Regarding gated/non-gated mode, VSYNC and HSYNC pins are must.&lt;/P&gt;&lt;P&gt;4. CSI0_SENS_DATA_FORMAT not only works for BT656, and represents how the sensor data packs.&lt;/P&gt;&lt;P&gt;5. Yes. &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-95412" title="https://community.freescale.com/docs/DOC-95412"&gt;https://community.freescale.com/docs/DOC-95412&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Aug 2013 08:58:09 GMT</pubDate>
    <dc:creator>max_tsai</dc:creator>
    <dc:date>2013-08-20T08:58:09Z</dc:date>
    <item>
      <title>imx6 12-bit CCIR-656 CSI input</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-12-bit-CCIR-656-CSI-input/m-p/281299#M32388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an HDMI receiver that can output 12-bit CCIR-656.&amp;nbsp; The signals are connected to the i.MX6q as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VID_DATA00 -&amp;gt; IPU1_CSI0_DATA08&lt;/P&gt;&lt;P&gt;VID_DATA01 -&amp;gt; IPU1_CSI0_DATA09&lt;/P&gt;&lt;P&gt;VID_DATA02 -&amp;gt; IPU1_CSI0_DATA10&lt;/P&gt;&lt;P&gt;VID_DATA03 -&amp;gt; IPU1_CSI0_DATA11&lt;/P&gt;&lt;P&gt;VID_DATA04 -&amp;gt; IPU1_CSI0_DATA12&lt;/P&gt;&lt;P&gt;VID_DATA05 -&amp;gt; IPU1_CSI0_DATA13&lt;/P&gt;&lt;P&gt;VID_DATA06 -&amp;gt; IPU1_CSI0_DATA14&lt;/P&gt;&lt;P&gt;VID_DATA07 -&amp;gt; IPU1_CSI0_DATA15&lt;/P&gt;&lt;P&gt;VID_DATA08 -&amp;gt; IPU1_CSI0_DATA16&lt;/P&gt;&lt;P&gt;VID_DATA09 -&amp;gt; IPU1_CSI0_DATA17&lt;/P&gt;&lt;P&gt;VID_DATA10 -&amp;gt; IPU1_CSI0_DATA18&lt;/P&gt;&lt;P&gt;VID_DATA11 -&amp;gt; IPU1_CSI0_DATA19&lt;/P&gt;&lt;P&gt;VID_HSYNC -&amp;gt; IPU1_CSI0_HSYNC&lt;/P&gt;&lt;P&gt;VID_VSYNC -&amp;gt; IPU1_CSI0_VSYNC&lt;/P&gt;&lt;P&gt;VID_EN -&amp;gt; IPU1_CSI0_DATA_EN&lt;/P&gt;&lt;P&gt;VID_CLK -&amp;gt; IPU1_CSI0_PIXCLK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The receiver supports embedded sync/timings.&amp;nbsp; My understanding from the i.MX6QRM is that I should set the following to indicate 12-bit BT.656 with embedded signalling:&lt;/P&gt;&lt;P&gt;IPU1_CSI0_SENS_CONF = 0x00002a20:&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXT_VSYNC=0 (Internal VSYNC Mode)&lt;/P&gt;&lt;P&gt;&amp;nbsp; DATA_WIDTH=5 (12bit) (assuming this means width of CCIR data when using CCIR and not 'bits per color')&lt;/P&gt;&lt;P&gt;&amp;nbsp; SENS_DATA_FORMAT=2 (YUV422 UYVY) (not sure how this relates to CCIR data)&lt;/P&gt;&lt;P&gt;&amp;nbsp; SENS_PRTCL=2 (CCIR progressive mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find I am not getting frame interrupts (prp_enc_callback) and I believe its because my data bus is not being interpreted correctly such that I don't have frame/field markers being properly decoded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;P&gt; 1. Is there any reason why the i.MX6Q CSI couldn't handle 12bit CCIR-656?&amp;nbsp; If no, do I have the data bits from the receiver connected properly to the CSI?&amp;nbsp; (ie if I tell the CSI 12-bit, is the MSB DATA19?)&lt;/P&gt;&lt;P&gt; 2. If I am using BT.656 mode (i.MX6QRM 37.4.3.6.3) with embedded timing/signalling I should only need the data signals, and clock (and can remove HSYNC/VSYNC/EN) correct?&lt;/P&gt;&lt;P&gt; 3. Is there any advantage at all in using gated clock mode over embedded signalling/timing?&lt;/P&gt;&lt;P&gt; 4. When using BT.656 mode what os the meaning of SENS_DATA_FORMAT?&lt;/P&gt;&lt;P&gt; 5. When using BT.656 mode with embedded syncs is setting EXT_VSYNC=0 the only register setting needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&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>Fri, 19 Jul 2013 03:50:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-12-bit-CCIR-656-CSI-input/m-p/281299#M32388</guid>
      <dc:creator>timharvey</dc:creator>
      <dc:date>2013-07-19T03:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: imx6 12-bit CCIR-656 CSI input</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6-12-bit-CCIR-656-CSI-input/m-p/281300#M32389</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;1. Please check if CSI0 connects parallel or MIPI. Refer GPR1:MIPI_IPU1_MUX (for MX6Q) and IPU_CONF:CSI0_DATA-SOURCE. And you can try to configure your HDMI to output 8-bit BT656 for debug?&lt;/P&gt;&lt;P&gt;2. Yes. With BT656 embedded sync signal, only the data pins are needed.&lt;/P&gt;&lt;P&gt;3. I think only different usage between gated/non-gated mode and BT656/BT1120. Regarding gated/non-gated mode, VSYNC and HSYNC pins are must.&lt;/P&gt;&lt;P&gt;4. CSI0_SENS_DATA_FORMAT not only works for BT656, and represents how the sensor data packs.&lt;/P&gt;&lt;P&gt;5. Yes. &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-95412" title="https://community.freescale.com/docs/DOC-95412"&gt;https://community.freescale.com/docs/DOC-95412&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 08:58:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6-12-bit-CCIR-656-CSI-input/m-p/281300#M32389</guid>
      <dc:creator>max_tsai</dc:creator>
      <dc:date>2013-08-20T08:58:09Z</dc:date>
    </item>
  </channel>
</rss>

