<?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>topic Re: Low FPS on IMX8MPlus with Monochrome Camera: Kernel Monitoring &amp;amp; Tuning in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Low-FPS-on-IMX8MPlus-with-Monochrome-Camera-Kernel-Monitoring/m-p/2083929#M236522</link>
    <description>Hi,&lt;BR /&gt;Thank you for the reply!&lt;BR /&gt;I am currently facing an issue with the following GStreamer command:&lt;BR /&gt;&lt;BR /&gt;"gst-launch-1.0 v4l2src device=/dev/video2 ! videoconvert ! fpsdisplaysink video-sink=xvimagesink text-overlay=false sync=false -v 2&amp;gt;&amp;amp;1 "&lt;BR /&gt;&lt;BR /&gt;Upon running the command, I am encountering the following warning:&lt;BR /&gt;"&lt;BR /&gt;WARNING: erroneous pipeline: could not set property "video-sink" in element "fpsdisplaysink" to "xvimagesink"&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;I would appreciate any assistance or suggestions on how to resolve this issue. Thank you in advance for your time and support.</description>
    <pubDate>Mon, 21 Apr 2025 15:01:19 GMT</pubDate>
    <dc:creator>Olivia</dc:creator>
    <dc:date>2025-04-21T15:01:19Z</dc:date>
    <item>
      <title>Low FPS on IMX8MPlus with Monochrome Camera: Kernel Monitoring &amp; Tuning</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-FPS-on-IMX8MPlus-with-Monochrome-Camera-Kernel-Monitoring/m-p/2083457#M236499</link>
      <description>&lt;P class=""&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am currently working with an &lt;STRONG&gt;IMX8MPlus&lt;/STRONG&gt; board and trying to stream video from a monochrome camera. However, I am experiencing a limitation in the frame rate—I'm only able to achieve &lt;STRONG&gt;10 FPS&lt;/STRONG&gt;. Interestingly, when using the same camera sensor with a Raspberry PI board, I can achieve a higher frame rate.&lt;/P&gt;&lt;P class=""&gt;To troubleshoot and understand the issue better, I want to monitor the &lt;STRONG&gt;frame rate (FPS)&lt;/STRONG&gt; directly from the kernel side. Is there any function or file in the kernel that I can access to read the &lt;STRONG&gt;actual FPS&lt;/STRONG&gt; being processed or dropped during the stream?&lt;/P&gt;&lt;P class=""&gt;Additionally, any insights into potential reasons for the lower FPS on the IMX8MPlus would be helpful. I've checked the usual suspects like sensor settings and stream configuration, but I’m still not able to achieve the same frame rate as on the other board.&lt;/P&gt;&lt;P class=""&gt;I would appreciate any guidance on:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Kernel functions or files to check FPS&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Performance tuning or configuration tips for video streaming on the IMX8MPlus&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Known issues or limitations related to this board and camera streaming&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;Thank you in advance for your help!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Apr 2025 18:22:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-FPS-on-IMX8MPlus-with-Monochrome-Camera-Kernel-Monitoring/m-p/2083457#M236499</guid>
      <dc:creator>Olivia</dc:creator>
      <dc:date>2025-04-19T18:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Low FPS on IMX8MPlus with Monochrome Camera: Kernel Monitoring &amp; Tuning</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-FPS-on-IMX8MPlus-with-Monochrome-Camera-Kernel-Monitoring/m-p/2083921#M236520</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;gst-launch-1.0 v4l2src device=/dev/video0 ! videoconvert ! fpsdisplaysink video-sink=xvimagesink text-overlay=false sync=false -v 2&amp;gt;&amp;amp;1&lt;/CODE&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;-v 2&amp;gt;&amp;amp;1&lt;/CODE&gt; - redirects output to stdout&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;text-overlay=true&lt;/CODE&gt; - renders the FPS information into the video stream.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 14:39:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-FPS-on-IMX8MPlus-with-Monochrome-Camera-Kernel-Monitoring/m-p/2083921#M236520</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-04-21T14:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Low FPS on IMX8MPlus with Monochrome Camera: Kernel Monitoring &amp; Tuning</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-FPS-on-IMX8MPlus-with-Monochrome-Camera-Kernel-Monitoring/m-p/2083929#M236522</link>
      <description>Hi,&lt;BR /&gt;Thank you for the reply!&lt;BR /&gt;I am currently facing an issue with the following GStreamer command:&lt;BR /&gt;&lt;BR /&gt;"gst-launch-1.0 v4l2src device=/dev/video2 ! videoconvert ! fpsdisplaysink video-sink=xvimagesink text-overlay=false sync=false -v 2&amp;gt;&amp;amp;1 "&lt;BR /&gt;&lt;BR /&gt;Upon running the command, I am encountering the following warning:&lt;BR /&gt;"&lt;BR /&gt;WARNING: erroneous pipeline: could not set property "video-sink" in element "fpsdisplaysink" to "xvimagesink"&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;I would appreciate any assistance or suggestions on how to resolve this issue. Thank you in advance for your time and support.</description>
      <pubDate>Mon, 21 Apr 2025 15:01:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-FPS-on-IMX8MPlus-with-Monochrome-Camera-Kernel-Monitoring/m-p/2083929#M236522</guid>
      <dc:creator>Olivia</dc:creator>
      <dc:date>2025-04-21T15:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Low FPS on IMX8MPlus with Monochrome Camera: Kernel Monitoring &amp; Tuning</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-FPS-on-IMX8MPlus-with-Monochrome-Camera-Kernel-Monitoring/m-p/2096648#M237167</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have used the following command:&lt;BR /&gt;&lt;BR /&gt;gst-launch-1.0 v4l2src device=/dev/video2 ! video/x-raw,format=GRAY8,width=1280,height=720,framerate=60/1 ! videoconvert ! fpsdisplaysink text-overlay=true video-sink=ximagesink sync=false&lt;BR /&gt;&lt;BR /&gt;However, I'm only getting 10 fps. Are there any other pipelines that can trigger the hardware GPU to increase the fps?&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;</description>
      <pubDate>Tue, 13 May 2025 15:33:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-FPS-on-IMX8MPlus-with-Monochrome-Camera-Kernel-Monitoring/m-p/2096648#M237167</guid>
      <dc:creator>Olivia</dc:creator>
      <dc:date>2025-05-13T15:33:55Z</dc:date>
    </item>
  </channel>
</rss>

