<?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: Using GPU for gstreamer pipeline in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-GPU-for-gstreamer-pipeline/m-p/1449208#M189716</link>
    <description>&lt;P&gt;Hello Snehal,&lt;/P&gt;
&lt;P&gt;You can use the gstreamer on a remote display with the GPU internal or external in this case Nvidia with:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="hljs apache"&gt;&lt;SPAN class="hljs-attribute"&gt;gst&lt;/SPAN&gt;-launch-&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;0&lt;/SPAN&gt; -v ximagesrc use-damage=&lt;SPAN class="hljs-number"&gt;0&lt;/SPAN&gt; ! nvvidconv ! 'video/x-raw(memory:NVMM),alignment=au,format=I&lt;SPAN class="hljs-number"&gt;420&lt;/SPAN&gt;,framerate=&lt;SPAN class="hljs-number"&gt;25&lt;/SPAN&gt;/&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;,pixel-aspect-ratio=&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;/&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;' ! omxh&lt;SPAN class="hljs-number"&gt;264&lt;/SPAN&gt;enc ! 'video/x-h&lt;SPAN class="hljs-number"&gt;264&lt;/SPAN&gt;,stream-format=byte-stream' ! filesink location=&lt;SPAN class="hljs-string"&gt;"test.h264"&lt;/SPAN&gt; -e&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 12:31:44 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2022-04-26T12:31:44Z</dc:date>
    <item>
      <title>Using GPU for gstreamer pipeline</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-GPU-for-gstreamer-pipeline/m-p/1448290#M189624</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to stream camera from Imx6q platform using Gstreamer pipeline on remote display which has NVIDIA GPU.&amp;nbsp; how can I have Gstreamer pipeline make use of GPU for having reduced latency on remote display.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 06:12:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-GPU-for-gstreamer-pipeline/m-p/1448290#M189624</guid>
      <dc:creator>snehal_jadhav</dc:creator>
      <dc:date>2022-04-25T06:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using GPU for gstreamer pipeline</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-GPU-for-gstreamer-pipeline/m-p/1449208#M189716</link>
      <description>&lt;P&gt;Hello Snehal,&lt;/P&gt;
&lt;P&gt;You can use the gstreamer on a remote display with the GPU internal or external in this case Nvidia with:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="hljs apache"&gt;&lt;SPAN class="hljs-attribute"&gt;gst&lt;/SPAN&gt;-launch-&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;0&lt;/SPAN&gt; -v ximagesrc use-damage=&lt;SPAN class="hljs-number"&gt;0&lt;/SPAN&gt; ! nvvidconv ! 'video/x-raw(memory:NVMM),alignment=au,format=I&lt;SPAN class="hljs-number"&gt;420&lt;/SPAN&gt;,framerate=&lt;SPAN class="hljs-number"&gt;25&lt;/SPAN&gt;/&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;,pixel-aspect-ratio=&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;/&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;' ! omxh&lt;SPAN class="hljs-number"&gt;264&lt;/SPAN&gt;enc ! 'video/x-h&lt;SPAN class="hljs-number"&gt;264&lt;/SPAN&gt;,stream-format=byte-stream' ! filesink location=&lt;SPAN class="hljs-string"&gt;"test.h264"&lt;/SPAN&gt; -e&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:31:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-GPU-for-gstreamer-pipeline/m-p/1449208#M189716</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2022-04-26T12:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using GPU for gstreamer pipeline</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-GPU-for-gstreamer-pipeline/m-p/1460787#M190566</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;we have added nvdec gstreamer plugins to make use of GPU(on system having NVIDIA GPU). We are using below pipeline to stream camera&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;gst-launch-1.0 -e -v udpsrc port=5000 ! application/x-rtp,encoding-name=H264,payload=96 ! rtpjitterbuffer latency=0 drop-on-latency=TRUE ! rtph264depay ! video/x-h264 ! h264parse ! nvdec ! glimagesink sync=false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After adding nvdec gstreamer plugins we are getting ~115ms to ~174ms latency in streaming on remote display. Is there any way we can use to reduce the latency.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 09:51:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-GPU-for-gstreamer-pipeline/m-p/1460787#M190566</guid>
      <dc:creator>snehal_jadhav</dc:creator>
      <dc:date>2022-05-19T09:51:29Z</dc:date>
    </item>
  </channel>
</rss>

