<?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.mx8mp 5M Capture</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx8mp-5M-Capture/m-p/1743562#M214486</link>
    <description>&lt;P&gt;5M Camera is connected to CSI1, and CSI0 is not in use yet (disabled).&lt;BR /&gt;It is currently configured as single, and the 2048 width is normal, but the 2616 width is not normal.&lt;BR /&gt;It cannot be any size smaller than the single 4K you mentioned in the link.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2048_2616.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246114iE4078489F5BE56BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2048_2616.png" alt="2048_2616.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Oct 2023 08:50:13 GMT</pubDate>
    <dc:creator>kiyoung</dc:creator>
    <dc:date>2023-10-20T08:50:13Z</dc:date>
    <item>
      <title>i.mx8mp 5M Capture</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx8mp-5M-Capture/m-p/1740885#M214147</link>
      <description>&lt;P&gt;5M(2616*1940) camera does not work well.&lt;BR /&gt;The ISP disables it and I want raw capture.&lt;BR /&gt;There is a size limit in ISI, so it operates normally up to 2048 width, but beyond that, incorrect video is captured.&lt;BR /&gt;As follow the code in imx8-isi-hw.c, bypass mode is used, and chain buffer is used when the width is greater than 2048.&lt;BR /&gt;The final goal is to operate 5M and 13M Cameras simultaneously on i.mx8mp, but I want to check 5M single first.&lt;BR /&gt;5M Camera is connected to CSI1, and CSI0 is not in use yet (disabled).&lt;BR /&gt;Where should I review?&lt;/P&gt;&lt;P&gt;OK8MP-C.dts&lt;BR /&gt;&amp;amp;mipi_csi_0 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;status = "disable";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;mipi_csi_1 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;status = "okay";&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;port@1 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; reg = &amp;lt;1&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; mipi_csi1_ep: endpoint {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;remote-endpoint = &amp;lt;&amp;amp;imx335_mipi_1_ep&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;data-lanes = &amp;lt;4&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;csis-hs-settle = &amp;lt;26&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;csis-clk-settle = &amp;lt;4&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;csis-wclk;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; };&lt;BR /&gt;&amp;nbsp; &amp;nbsp;};&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;isi_0 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;status = "disabled";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;isi_1 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;status = "okay";&lt;BR /&gt;&amp;nbsp; &amp;nbsp;cap_device {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; status = "okay";&lt;BR /&gt;&amp;nbsp; &amp;nbsp;};&lt;BR /&gt;&amp;nbsp; &amp;nbsp;m2m_device {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; status = "disabled";&lt;BR /&gt;&amp;nbsp; &amp;nbsp;};&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 04:26:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx8mp-5M-Capture/m-p/1740885#M214147</guid>
      <dc:creator>kiyoung</dc:creator>
      <dc:date>2023-10-17T04:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx8mp 5M Capture</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx8mp-5M-Capture/m-p/1740927#M214154</link>
      <description>&lt;P&gt;you can refer to the link as below&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-ISI-maximum-supported-width/m-p/1224069" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/I-MX8MP-ISI-maximum-supported-width/m-p/1224069&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 05:41:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx8mp-5M-Capture/m-p/1740927#M214154</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-10-17T05:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx8mp 5M Capture</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx8mp-5M-Capture/m-p/1743562#M214486</link>
      <description>&lt;P&gt;5M Camera is connected to CSI1, and CSI0 is not in use yet (disabled).&lt;BR /&gt;It is currently configured as single, and the 2048 width is normal, but the 2616 width is not normal.&lt;BR /&gt;It cannot be any size smaller than the single 4K you mentioned in the link.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2048_2616.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/246114iE4078489F5BE56BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2048_2616.png" alt="2048_2616.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 08:50:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx8mp-5M-Capture/m-p/1743562#M214486</guid>
      <dc:creator>kiyoung</dc:creator>
      <dc:date>2023-10-20T08:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx8mp 5M Capture</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx8mp-5M-Capture/m-p/1743724#M214506</link>
      <description>&lt;P&gt;try the CSI0, the CSI1 should be set 266M as default&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 13:56:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx8mp-5M-Capture/m-p/1743724#M214506</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-10-20T13:56:34Z</dc:date>
    </item>
  </channel>
</rss>

