<?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: imx8m plus isp maximum resolution</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322592#M178332</link>
    <description>&lt;P&gt;After checking again It turns out the resolution is indeed clipped in the vvcam driver:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Source code&amp;nbsp;in vvcam/v4l2/video/video.h:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define VIDEO_FRAME_MAX_WIDTH&amp;nbsp; 3840&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define VIDEO_FRAME_MAX_HEIGHT 2160&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is in contradiction to the ISP spect that says 4056x3040 is supported.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 10:49:42 GMT</pubDate>
    <dc:creator>malik_cisse</dc:creator>
    <dc:date>2021-08-12T10:49:42Z</dc:date>
    <item>
      <title>imx8m plus isp maximum resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322018#M178268</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I managed to make the Imx8m plus hardware ISP work with our custom sensor using 3840x2160 pixel resolution.&lt;/P&gt;&lt;P&gt;When going to maximum 12.3MP resolution of our sensor (4056x3040) the ISP hangs with no miningfull feedback as if the ISP would not support that resolution.&lt;/P&gt;&lt;P&gt;Digging into the source code&amp;nbsp;in vvcam/v4l2/video/video.h, I found VIDEO_FRAME_MAX_WIDTH is correctly set to 4056 and VIDEO_FRAME_MAX_HEIGHT is also correctly set to 3040. I did check the rest of the vvcam code and did not find other references to the resolution one can set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the ISP imited to 4K (3840x2160 pixel)?&lt;/P&gt;&lt;P&gt;If no, how can I activate my 12.3MP resolution?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 16:55:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322018#M178268</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2021-08-11T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus isp maximum resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322210#M178274</link>
      <description>&lt;P&gt;Hi Malik&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;max. resolution is described in sect.13.1.2 Display Interface&lt;/P&gt;
&lt;P&gt;&lt;A id="relatedDocsClick_2" href="https://www.nxp.com/webapp/Download?colCode=IMX8MPRM" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;i.MX 8M Plus Applications Processor Reference Manual&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;When one ISP is used, it supports:&lt;BR /&gt;• maximum resolution up to 12MP (4096x3072)&lt;BR /&gt;• maximum average pixel rate (averaged over blanking time) up to&lt;BR /&gt;300Mpixel/s at nominal voltage and 375Mpixel/s at overdrive voltage&lt;BR /&gt;• maximum pixel clock (considering blanking time) up to 400MHz at nominal&lt;BR /&gt;voltage and 500 MHz at overdrive voltage&lt;BR /&gt;• When two ISPs are used simultaneously, each supports:&lt;BR /&gt;• maximum resolution up to 1080p (1936x1188)&lt;/P&gt;
&lt;P&gt;maximum average pixel rate (averaged over blanking time) up to&lt;BR /&gt;187.5Mpixel/s at nominal and overdrive voltage&lt;BR /&gt;• maximum pixel clock (considering blanking time) up to 266MHz at nominal&lt;BR /&gt;and overdrive voltage&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 00:22:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322210#M178274</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-08-12T00:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus isp maximum resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322459#M178307</link>
      <description>&lt;P&gt;Hi Igor,&lt;BR /&gt;Thank you for the feedback.&lt;BR /&gt;I have seen those specifications also however this is not what is implemented in the code.&lt;BR /&gt;Example:&lt;BR /&gt;-The doc says:&amp;nbsp;&lt;SPAN&gt;maximum resolution up to 12MP (4096x3072)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Source code&amp;nbsp;in vvcam/v4l2/video/video.h:&lt;BR /&gt;#define VIDEO_FRAME_MAX_WIDTH&amp;nbsp; 4056&lt;BR /&gt;#define VIDEO_FRAME_MAX_HEIGHT 3040&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;To make it worse, my tests so far demonstrate that resolutions above&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;(3840x2160 pixel) will not work.&lt;BR /&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Malik&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 07:37:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322459#M178307</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2021-08-12T07:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus isp maximum resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322592#M178332</link>
      <description>&lt;P&gt;After checking again It turns out the resolution is indeed clipped in the vvcam driver:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Source code&amp;nbsp;in vvcam/v4l2/video/video.h:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define VIDEO_FRAME_MAX_WIDTH&amp;nbsp; 3840&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define VIDEO_FRAME_MAX_HEIGHT 2160&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is in contradiction to the ISP spect that says 4056x3040 is supported.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 10:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322592#M178332</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2021-08-12T10:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus isp maximum resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322677#M178345</link>
      <description>&lt;P&gt;this is resolution for &lt;SPAN style="color: #333f48; font-family: Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;daA3840&lt;/SPAN&gt; basler camera.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/4k-dart-bcon-for-mipi-camera-module-for-i-mx-8m-plus-applications-processor:MIPI-CAMERA" target="_blank"&gt;https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/4k-dart-bcon-for-mipi-camera-module-for-i-mx-8m-plus-applications-processor:MIPI-CAMERA&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/152735i6F943062F74DAF9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 13:52:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322677#M178345</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-08-12T13:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus isp maximum resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322702#M178349</link>
      <description>&lt;P&gt;Hi Igor,&lt;BR /&gt;This is just the specification of Baslers 8MP sensor that ships with their ISP implementation.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As you said earlier in this thread, in "i.MX 8M Plus Applications Processor Reference Manual"&lt;/P&gt;&lt;P&gt;max. resolution is described in sect.13.1.2 Display Interface:&lt;/P&gt;&lt;P&gt;w&lt;SPAN&gt;hen one ISP is used, it supports:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;• maximum resolution up to 12MP (4096x3072)&lt;BR /&gt;&lt;BR /&gt;From that iyt should be possible to configure the ISP for 12MP.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:38:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322702#M178349</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2021-08-12T14:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus isp maximum resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322713#M178350</link>
      <description>&lt;P&gt;right, ISP max. resolution is described in sect.13.1.2 Display Interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;This is just the specification of Baslers 8MP sensor that ships with their ISP implementation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;right, in driver code max. resolution of custom sensor is used (not ISP max. resolution)&lt;BR /&gt;-Source code in vvcam/v4l2/video/video.h:&lt;BR /&gt;#define VIDEO_FRAME_MAX_WIDTH 3840&lt;BR /&gt;#define VIDEO_FRAME_MAX_HEIGHT 2160&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 00:23:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1322713#M178350</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-08-13T00:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: imx8m plus isp maximum resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1349084#M180885</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Did anyone manage to make the ISP work with&amp;nbsp; 4056x3040 resolution or higher?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maximum implemented video resolution in ISP is 3840x2160.&lt;/P&gt;&lt;P&gt;My sensor (Imx477) currently delivers 4056x3040 but ISP internally downscales this to 4K. So far I searched for hard coded limitations in the isp-imx with no success.&lt;/P&gt;&lt;P&gt;The support in this thread didn't help unfortunatelly.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 10:42:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8m-plus-isp-maximum-resolution/m-p/1349084#M180885</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2021-09-30T10:42:19Z</dc:date>
    </item>
  </channel>
</rss>

