<?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: Performance Issue with imxg2dcompositor</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Performance-Issue-with-imxg2dcompositor/m-p/708263#M110045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi denizdayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are 2 separate plugin's : community gstreamer-imx plugins and&lt;BR /&gt;nxp gstreamer plugins, difference between community gstreamer-imx plugins and nxp&lt;/P&gt;&lt;P&gt;gstreamer plugins described on&amp;nbsp;&lt;/P&gt;&lt;P&gt;trac.gateworks.com/wiki/Yocto/gstreamer&lt;/P&gt;&lt;P&gt;Seems gstreamer-imx used in the case, it is supported by community.&lt;/P&gt;&lt;P&gt;Issue may be posted on meta-fsl-arm mailing list, so that someone familiar with it could try to assist you.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale" rel="nofollow" target="_blank"&gt;https://lists.yoctoproject.org/listinfo/meta-freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Alternatively one can try nxp plugins described in attached Linux Guide provided in documentation&lt;/P&gt;&lt;P&gt;from i.mx nxp official software link&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW" title="http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW"&gt;i.MX 6 / i.MX 7 Series Software and Development Tool|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 22:59:42 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-09-19T22:59:42Z</dc:date>
    <item>
      <title>Performance Issue with imxg2dcompositor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Performance-Issue-with-imxg2dcompositor/m-p/708262#M110044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to compose two videos and stream it to my PC over ethernet. Streams to be composed are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A GUI created with Qt&lt;/LI&gt;&lt;LI&gt;A videotestsrc sink (which will eventually be a live camera stream)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;When video 1 and video 2 streamed over ethernet separately, output on my PC seems OK. But when I use &lt;STRONG&gt;imxg2dcompositor&lt;/STRONG&gt; element to compose them, I see &lt;STRONG&gt;regular framedrops&lt;/STRONG&gt; on output stream. Here is the pipeline I use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;gst-launch-1.0 \
&amp;nbsp;imxg2dcompositor name=d \
&amp;nbsp;sink_1::xpos=0 \
&amp;nbsp;sink_1::ypos=0&amp;nbsp; sink_1::alpha=0.99 ! \
imxipuvideotransform ! queue ! imxvpuenc_h264 ! rtph264pay ! udpsink host=192.168.1.92 port=5003 \
videotestsrc ! "video/x-raw,format=I420,width=1024,height=768,framerate=25/1" ! d.sink_0 \
multifilesrc location=/dev/fb1 ! "video/x-raw,format=RGBX,width=1024,height=768,framerate=25/1" ! videoparse format=12 width=1024 height=768 framerate=25/1 ! alpha method=custom target-r=0 target-g=1 target-b=1 black-sensitivity=128 white-sensitivity=0 ! videoconvert ! d.sink_1&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought the alpha element in the pipeline may be causing this, but eliminating it changed nothing. Also, after this issue, I tried the compositor element with two videotestsrc elements, and the same framedrop problem occured. Can anyone help me to find out what is wrong with this? Is my pipeline wrong or uneffective? Or is it a hardware issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 11:19:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Performance-Issue-with-imxg2dcompositor/m-p/708262#M110044</guid>
      <dc:creator>denizdayan</dc:creator>
      <dc:date>2017-09-19T11:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with imxg2dcompositor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Performance-Issue-with-imxg2dcompositor/m-p/708263#M110045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi denizdayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are 2 separate plugin's : community gstreamer-imx plugins and&lt;BR /&gt;nxp gstreamer plugins, difference between community gstreamer-imx plugins and nxp&lt;/P&gt;&lt;P&gt;gstreamer plugins described on&amp;nbsp;&lt;/P&gt;&lt;P&gt;trac.gateworks.com/wiki/Yocto/gstreamer&lt;/P&gt;&lt;P&gt;Seems gstreamer-imx used in the case, it is supported by community.&lt;/P&gt;&lt;P&gt;Issue may be posted on meta-fsl-arm mailing list, so that someone familiar with it could try to assist you.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Flists.yoctoproject.org%2Flistinfo%2Fmeta-freescale" rel="nofollow" target="_blank"&gt;https://lists.yoctoproject.org/listinfo/meta-freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Alternatively one can try nxp plugins described in attached Linux Guide provided in documentation&lt;/P&gt;&lt;P&gt;from i.mx nxp official software link&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW" title="http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW"&gt;i.MX 6 / i.MX 7 Series Software and Development Tool|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 22:59:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Performance-Issue-with-imxg2dcompositor/m-p/708263#M110045</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-09-19T22:59:42Z</dc:date>
    </item>
  </channel>
</rss>

