<?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 - Capturing two MIPI-CSI camera streams</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-Capturing-two-MIPI-CSI-camera-streams/m-p/1458664#M190420</link>
    <description>&lt;P&gt;I managed to get second stream working by avoiding IPU MUX elements, instead of VC0 I used VC2, the problem remains why VC0 doesn't work.&lt;BR /&gt;&lt;BR /&gt;FYI: In driver I have enabled CSI input for IPU1 mux:&lt;/P&gt;&lt;DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;SPAN&gt;regmap_update_bits&lt;/SPAN&gt;&lt;SPAN&gt;(gpr, IOMUXC_GPR1, &lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN&gt;19&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN&gt;19&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 16 May 2022 13:10:46 GMT</pubDate>
    <dc:creator>martin_lovric</dc:creator>
    <dc:date>2022-05-16T13:10:46Z</dc:date>
    <item>
      <title>iMX6Q - Capturing two MIPI-CSI camera streams</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-Capturing-two-MIPI-CSI-camera-streams/m-p/1458569#M190410</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to enable two MIPI-CSI video streams on iMX6Q. Diagram bellow shows the HW setup.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cameras.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/179861i70143BE796ED0BB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cameras.png" alt="cameras.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since we're using newer BSP version (4.1.15), I've ported changes from patches included here:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/iMX6DQ-MAX9286-MIPI-CSI2-720P-camera-surround-view-solution-for/ta-p/1116501" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/iMX6DQ-MAX9286-MIPI-CSI2-720P-camera-surround-view-solution-for/ta-p/1116501&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;The stream from VC1 (/dev/video1) is visible with some artifacts appearing on screen, but the stream from VC0 (/dev/video0) is not.&lt;BR /&gt;&lt;BR /&gt;Does anyone have an idea how to debug this issue to determine in which segment of the pipeline is the stream stuck and why? Is it the Camera hub, MIPI-CSI2 receiver, CSI2IPU gasket, IPU1 mux, etc...&lt;BR /&gt;&lt;BR /&gt;Additional info:&lt;BR /&gt;Baseboard: Custom&lt;BR /&gt;SoM: Toradex Apalis iMX6Q&lt;BR /&gt;OS: Yocto based custom Linux&lt;BR /&gt;Kernel version: 4.14.117&lt;/P&gt;&lt;P&gt;BR!&lt;BR /&gt;Martin Lovrić&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 10:00:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-Capturing-two-MIPI-CSI-camera-streams/m-p/1458569#M190410</guid>
      <dc:creator>martin_lovric</dc:creator>
      <dc:date>2022-05-16T10:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q - Capturing two MIPI-CSI camera streams</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-Capturing-two-MIPI-CSI-camera-streams/m-p/1458664#M190420</link>
      <description>&lt;P&gt;I managed to get second stream working by avoiding IPU MUX elements, instead of VC0 I used VC2, the problem remains why VC0 doesn't work.&lt;BR /&gt;&lt;BR /&gt;FYI: In driver I have enabled CSI input for IPU1 mux:&lt;/P&gt;&lt;DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;SPAN&gt;regmap_update_bits&lt;/SPAN&gt;&lt;SPAN&gt;(gpr, IOMUXC_GPR1, &lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN&gt;19&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN&gt;19&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 May 2022 13:10:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-Capturing-two-MIPI-CSI-camera-streams/m-p/1458664#M190420</guid>
      <dc:creator>martin_lovric</dc:creator>
      <dc:date>2022-05-16T13:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q - Capturing two MIPI-CSI camera streams</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-Capturing-two-MIPI-CSI-camera-streams/m-p/1460599#M190559</link>
      <description>&lt;P&gt;" instead of VC0 I used VC2"&lt;/P&gt;
&lt;P&gt;&amp;gt;is it your typo? do you mean change VC1 to VC2, not VC0, right? pls check the debug document for imx6 mipi camera&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Debug-steps-for-customer-MIPI-sensor-docx/ta-p/112024" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Debug-steps-for-customer-MIPI-sensor-docx/ta-p/112024&lt;/A&gt;4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 06:19:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-Capturing-two-MIPI-CSI-camera-streams/m-p/1460599#M190559</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-05-19T06:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6Q - Capturing two MIPI-CSI camera streams</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-Capturing-two-MIPI-CSI-camera-streams/m-p/1461453#M190630</link>
      <description>&lt;P&gt;"is it your typo?"&lt;/P&gt;&lt;P&gt;No. I've attached the pictures which explain the situation&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="doesn't_work.png" style="width: 997px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/180397iBB63FACF25E41D5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="doesn't_work.png" alt="doesn't_work.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="works.png" style="width: 997px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/180399iF5FABA9BA10F36FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="works.png" alt="works.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"pls check the debug document for imx6 mipi camera"&lt;BR /&gt;thank you for the doc, I'll take a look at it&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 08:38:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6Q-Capturing-two-MIPI-CSI-camera-streams/m-p/1461453#M190630</guid>
      <dc:creator>martin_lovric</dc:creator>
      <dc:date>2022-05-20T08:38:40Z</dc:date>
    </item>
  </channel>
</rss>

