<?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: Unable to use gstreamer imxg2dcompositor plugin with v4l2src</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-use-gstreamer-imxg2dcompositor-plugin-with-v4l2src/m-p/605206#M91217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aurelien&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check usage imxg2dcompositor plugin on&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Ftrac.gateworks.com%2Fwiki%2FYocto%2Fgstreamer%2Fcompositing" rel="nofollow" target="_blank"&gt;http://trac.gateworks.com/wiki/Yocto/gstreamer/compositing&lt;/A&gt;&lt;BR /&gt;also as gstreamer-imx plugins are developed and supported by community,&lt;BR /&gt;questions can be posted on&amp;nbsp; meta-fsl-arm mailing list&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;&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>Wed, 11 Jan 2017 03:15:30 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-01-11T03:15:30Z</dc:date>
    <item>
      <title>Unable to use gstreamer imxg2dcompositor plugin with v4l2src</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-use-gstreamer-imxg2dcompositor-plugin-with-v4l2src/m-p/605205#M91216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using custom image based on yocto krogoth freescale branch using linux 4.1.35, gstreamer 1.6.3 with imx plugin on iMX6DL&lt;BR /&gt;I have a strange behavior with the display compositor imxg2dcompositor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A working pipeline :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;gst-launch-1.0 -vvvv \&lt;BR /&gt;imxg2dcompositor name=c sink_0::xpos=0&amp;nbsp;&amp;nbsp; sink_0::ypos=0&amp;nbsp;&amp;nbsp; sink_0::width=160 sink_0::height=120 sink_0::fill_color=0x00000000 ! queue ! imxg2dvideosink window-width=240 window-height=320 window-y-coord=0 window-x-coord=0 output-rotation=3 \&lt;BR /&gt;videotestsrc ! avenc_mjpeg ! "image/jpeg, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)15/1" ! \&lt;BR /&gt;jpegparse ! imxvpudec ! video/x-raw,width=640,height=480,framerate=15/1 ! imxipuvideotransform ! video/x-raw,width=320,height=240,framerate=15/1 ! imxvpuenc_h264 idr-interval=16 quant-param=2 ! h264parse ! rtph264pay ! queue ! rtph264depay ! h264parse ! imxvpudec ! imxipuvideotransform ! queue ! c.sink_0&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pastebin.com/F4QJeQ0k" title="http://pastebin.com/F4QJeQ0k"&gt;working-pipe.log - Pastebin.com&lt;/A&gt; with export GST_DEBUG="imxg2d*:6"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A pipeline that do not work :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;gst-launch-1.0 -vvvv \&lt;BR /&gt;imxg2dcompositor name=c sink_0::xpos=0&amp;nbsp;&amp;nbsp; sink_0::ypos=0&amp;nbsp;&amp;nbsp; sink_0::width=160 sink_0::height=120 sink_0::fill_color=0x00000000 ! queue ! imxg2dvideosink window-width=240 window-height=320 window-y-coord=0 window-x-coord=0 output-rotation=3 \&lt;BR /&gt;v4l2src device=/dev/v4l/by-id/usb-Alcor_Micro__Corp._USB_2.0_PC_Camera-video-index0 ! "image/jpeg, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)15/1" ! \&lt;BR /&gt;&amp;nbsp;jpegparse ! imxvpudec ! video/x-raw,width=640,height=480,framerate=15/1 ! imxipuvideotransform ! video/x-raw,width=320,height=240,framerate=15/1 ! imxvpuenc_h264 idr-interval=16 quant-param=2 ! h264parse ! rtph264pay ! queue ! rtph264depay ! h264parse ! imxvpudec ! imxipuvideotransform ! queue ! c.sink_0&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pastebin.com/mvvJTjqF" title="http://pastebin.com/mvvJTjqF"&gt;not-working-pipe.log - Pastebin.com&lt;/A&gt;&amp;nbsp; with export GST_DEBUG="imxg2d*:6"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestion ?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aurelien BOUIN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 15:47:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-use-gstreamer-imxg2dcompositor-plugin-with-v4l2src/m-p/605205#M91216</guid>
      <dc:creator>aurelienbouin</dc:creator>
      <dc:date>2017-01-10T15:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use gstreamer imxg2dcompositor plugin with v4l2src</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-use-gstreamer-imxg2dcompositor-plugin-with-v4l2src/m-p/605206#M91217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aurelien&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check usage imxg2dcompositor plugin on&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Ftrac.gateworks.com%2Fwiki%2FYocto%2Fgstreamer%2Fcompositing" rel="nofollow" target="_blank"&gt;http://trac.gateworks.com/wiki/Yocto/gstreamer/compositing&lt;/A&gt;&lt;BR /&gt;also as gstreamer-imx plugins are developed and supported by community,&lt;BR /&gt;questions can be posted on&amp;nbsp; meta-fsl-arm mailing list&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;&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>Wed, 11 Jan 2017 03:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-use-gstreamer-imxg2dcompositor-plugin-with-v4l2src/m-p/605206#M91217</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-01-11T03:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use gstreamer imxg2dcompositor plugin with v4l2src</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-use-gstreamer-imxg2dcompositor-plugin-with-v4l2src/m-p/605207#M91218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I have the same problem. I ended up lowering the frame rate and using videomixer instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2020 18:05:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-use-gstreamer-imxg2dcompositor-plugin-with-v4l2src/m-p/605207#M91218</guid>
      <dc:creator>tyounger</dc:creator>
      <dc:date>2020-05-22T18:05:45Z</dc:date>
    </item>
  </channel>
</rss>

