<?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のトピックLesser frames per second in MIPI frames</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653862#M100103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Using customized MIPI CSI camera in imx6 board.&lt;/P&gt;&lt;P&gt;I'm trying to capture the frames in &lt;A href="mailto:2592x1944@20fps"&gt;2592x1944@20fps&lt;/A&gt; but I'm getting very less FPS speed i.e ~5FPS.&lt;/P&gt;&lt;P&gt;Can you anyone please tell me what could be the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI:&lt;/P&gt;&lt;P&gt;Able to capture the frames &lt;A href="mailto:800x600@30FOPS"&gt;800x600@30FPS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Titus S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Apr 2017 06:06:54 GMT</pubDate>
    <dc:creator>titusstalin</dc:creator>
    <dc:date>2017-04-06T06:06:54Z</dc:date>
    <item>
      <title>Lesser frames per second in MIPI frames</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653862#M100103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Using customized MIPI CSI camera in imx6 board.&lt;/P&gt;&lt;P&gt;I'm trying to capture the frames in &lt;A href="mailto:2592x1944@20fps"&gt;2592x1944@20fps&lt;/A&gt; but I'm getting very less FPS speed i.e ~5FPS.&lt;/P&gt;&lt;P&gt;Can you anyone please tell me what could be the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI:&lt;/P&gt;&lt;P&gt;Able to capture the frames &lt;A href="mailto:800x600@30FOPS"&gt;800x600@30FPS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Titus S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 06:06:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653862#M100103</guid>
      <dc:creator>titusstalin</dc:creator>
      <dc:date>2017-04-06T06:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lesser frames per second in MIPI frames</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653863#M100104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to confirm what data format and data lane you use.&lt;/P&gt;&lt;P&gt;refer to the Reference Manual,&lt;/P&gt;&lt;P&gt;The maximum bandwidth of the interface is as follows:&lt;BR /&gt;• 200Mhz for 4 data lanes configuration (800Mbps/lane, 400MByte/sec)&lt;BR /&gt;• 187.5Mhz for 3 data lanes configuration (1000Mbps/lane, 375MByte/sec)&lt;BR /&gt;• 125Mhz for 2 data lanes configuration (1000Mbps/lane, 250MByte/sec )&lt;BR /&gt;• 62.5Mhz for 1 data lane configuration (1000Mbps/lane, 125Mbyte/sec)&lt;/P&gt;&lt;P&gt;for more detailed infomation, pls refer to the chapter 37.1.2.1.1 Camera Ports of Reference Manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 07:04:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653863#M100104</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-04-06T07:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lesser frames per second in MIPI frames</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653864#M100105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joan for your reply.&lt;/P&gt;&lt;P&gt;I'm using 4 lanes and RGB888 pixel format (data format)&lt;/P&gt;&lt;P&gt;Running the MIPI CSI camera at 750Mbps (750*4 = 3000Mpbs) and using imx6 quad core which support 3200Mbps and 4 lanes.&lt;/P&gt;&lt;P&gt;What could be the problem ?&lt;/P&gt;&lt;P&gt;Do I need to set any clock settings ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also tried &lt;A href="mailto:2560x1440@20FPS,"&gt;2560x1440@20FPS,&lt;/A&gt; still got 5FPS speed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've referred below post. He changed some clock settings, but I'm not able find where need to set those things.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/thread/307065#comment-332645" title="https://community.nxp.com/thread/307065#comment-332645"&gt;https://community.nxp.com/thread/307065#comment-332645&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also referred the below link and didn't able to find.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/assets/documents/data/en/application-notes/AN5305.pdf" title="http://www.nxp.com/assets/documents/data/en/application-notes/AN5305.pdf"&gt;http://www.nxp.com/assets/documents/data/en/application-notes/AN5305.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me on this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support and greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 07:33:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653864#M100105</guid>
      <dc:creator>titusstalin</dc:creator>
      <dc:date>2017-04-06T07:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lesser frames per second in MIPI frames</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653865#M100106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer to the F = FH * FW * FPS * BI * DF, I think IPU couldn't support 4 lanes RGB888 in &lt;A href="mailto:2592X1944@20fps,"&gt;2592X1944@20fps,&lt;/A&gt; but &lt;A data-content-finding="Community" href="mailto:2560x1440@20FPS,"&gt;2560x1440@20FPS &lt;SPAN style="color: #000000;"&gt;can, I think you should check the clock, maybe the default clock isn't enough for your case.&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;for how to change the clock, you can refer to the part&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI style="margin-left: 31.5pt; text-indent: -.25in;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;MIPI DPHY clock should match the camera sensor clock, as &lt;SPAN&gt;the &lt;/SPAN&gt;s&lt;SPAN&gt;ensor&amp;nbsp; output &lt;/SPAN&gt;&lt;SPAN&gt;Differential &lt;/SPAN&gt;&lt;SPAN&gt;clock &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;range is from 80Mhz to 1000Mhz&lt;/SPAN&gt; &lt;SPAN&gt;." in the debug doucment, this documenet in the first link you post.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 07:57:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653865#M100106</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-04-07T07:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lesser frames per second in MIPI frames</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653866#M100107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found root cause of the problem.&lt;/P&gt;&lt;P&gt;Its not due to the imx6 host problem but v4l2 GUI applications.&lt;/P&gt;&lt;P&gt;I have measured the interrupt rate and found it fires the interrupt @20FPS but application is not able to do QBUF and DQBUF for the continuous streaming to achieve the higher FPS.&lt;/P&gt;&lt;P&gt;Thus we can close this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Titus S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:05:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Lesser-frames-per-second-in-MIPI-frames/m-p/653866#M100107</guid>
      <dc:creator>titusstalin</dc:creator>
      <dc:date>2017-04-11T08:05:19Z</dc:date>
    </item>
  </channel>
</rss>

