<?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: gstreamer in imx8mplus in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-imx8mplus/m-p/1833069#M221612</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You should try&lt;/P&gt;
&lt;PRE class="hljs apache"&gt;&lt;CODE&gt;&lt;SPAN&gt;gst-launch-&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;0&lt;/SPAN&gt; -v v&lt;SPAN class="hljs-number"&gt;4&lt;/SPAN&gt;l&lt;SPAN class="hljs-number"&gt;2&lt;/SPAN&gt;src device=/dev/video&lt;SPAN class="hljs-number"&gt;0&lt;/SPAN&gt; ! waylandsink&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and check the gstreamer user guide:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-GStreamer-User-Guide/ta-p/1098942?attachment-id=101553" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-GStreamer-User-Guide/ta-p/1098942?attachment-id=101553&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2024 15:51:33 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2024-03-21T15:51:33Z</dc:date>
    <item>
      <title>gstreamer in imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-imx8mplus/m-p/1832873#M221591</link>
      <description>&lt;P&gt;i have gstreamer installed in imx8mplus-evk which has mickledore environment&amp;nbsp;&lt;/P&gt;&lt;P&gt;in which i need to capture the photo and video and store into the folder&lt;/P&gt;&lt;P&gt;so run the below command:&lt;/P&gt;&lt;P&gt;gst-launch-1.0 -e v4l2src device=/dev/video0 ! image/jpeg,width=1280,height=720,framerate=30/1 ! jpegparse ! jpegdec ! filesink location=captured_photo.jpg&lt;/P&gt;&lt;P&gt;but it was showing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="srinivas_123_0-1711015989984.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269756i3FE4CC4F2B2F5389/image-size/medium?v=v2&amp;amp;px=400" role="button" title="srinivas_123_0-1711015989984.jpeg" alt="srinivas_123_0-1711015989984.jpeg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;srinivas_123_0-1711015989984.jpeg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warning : errorneous pipeline: no element "v412src"&amp;nbsp;&lt;/P&gt;&lt;P&gt;and than i checked that plugin and also re install the gstreamer packages but was throwing same error&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="srinivas_123_1-1711016005526.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269757i17F93534CD740952/image-size/medium?v=v2&amp;amp;px=400" role="button" title="srinivas_123_1-1711016005526.jpeg" alt="srinivas_123_1-1711016005526.jpeg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;srinivas_123_1-1711016005526.jpeg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if anyone help to resolve this issue&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 10:15:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-imx8mplus/m-p/1832873#M221591</guid>
      <dc:creator>srinivas_123</dc:creator>
      <dc:date>2024-03-21T10:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer in imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-imx8mplus/m-p/1833069#M221612</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You should try&lt;/P&gt;
&lt;PRE class="hljs apache"&gt;&lt;CODE&gt;&lt;SPAN&gt;gst-launch-&lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;0&lt;/SPAN&gt; -v v&lt;SPAN class="hljs-number"&gt;4&lt;/SPAN&gt;l&lt;SPAN class="hljs-number"&gt;2&lt;/SPAN&gt;src device=/dev/video&lt;SPAN class="hljs-number"&gt;0&lt;/SPAN&gt; ! waylandsink&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and check the gstreamer user guide:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-GStreamer-User-Guide/ta-p/1098942?attachment-id=101553" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-GStreamer-User-Guide/ta-p/1098942?attachment-id=101553&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 15:51:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-imx8mplus/m-p/1833069#M221612</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-03-21T15:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer in imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-imx8mplus/m-p/1833460#M221647</link>
      <description>&lt;P&gt;dear&amp;nbsp;@&lt;SPAN&gt;Bio_TICFSL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;its showing same error after showing this command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="srinivas_123_0-1711090349658.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269903iDC3AC2ACD37A98E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="srinivas_123_0-1711090349658.jpeg" alt="srinivas_123_0-1711090349658.jpeg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;srinivas_123_0-1711090349658.jpeg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;can you help me to resolve this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 06:53:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-imx8mplus/m-p/1833460#M221647</guid>
      <dc:creator>srinivas_123</dc:creator>
      <dc:date>2024-03-22T06:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer in imx8mplus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-imx8mplus/m-p/1833613#M221655</link>
      <description>dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;its showing same error after showing this command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;can you help me to resolve this&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Mar 2024 09:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-in-imx8mplus/m-p/1833613#M221655</guid>
      <dc:creator>srinivas_123</dc:creator>
      <dc:date>2024-03-22T09:16:23Z</dc:date>
    </item>
  </channel>
</rss>

