<?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 image overlay using gstreamer imx plugins in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1134110#M160992</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using an imx6dualite processor with Linux kernel revision 4.9.88. I have installed GStreamer imx revision:1.10.4&lt;BR /&gt;Currently, I am using below GStreamer pipeline for text overlay using "imxg2dtextoverlay" and overlayimage using "gdkpixbufoverlay" on live camera stream&lt;BR /&gt;&lt;FONT size="2"&gt;"gst-launch-1.0 imxv4l2videosrc ! imxg2dvideotransform ! imxg2dtextoverlay name=overlay text=\"Overlay text here\" valignment=top halignment=left font-desc=\"Sans, 22\" ! gdkpixbufoverlay name=imageoverlay location=/home/user/CamOverlay.png ! imxipuvideotransform ! imxipuvideosink"&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;I want to overlay the image on my camera stream using imx GStreamer instead of "gdkpixbufoverlay", Is there any way can add .png image on camera live stream using GStreamer imx plugins.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jignesh Patel&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 10:25:09 GMT</pubDate>
    <dc:creator>jigneshpatel</dc:creator>
    <dc:date>2020-09-02T10:25:09Z</dc:date>
    <item>
      <title>image overlay using gstreamer imx plugins</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1134110#M160992</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using an imx6dualite processor with Linux kernel revision 4.9.88. I have installed GStreamer imx revision:1.10.4&lt;BR /&gt;Currently, I am using below GStreamer pipeline for text overlay using "imxg2dtextoverlay" and overlayimage using "gdkpixbufoverlay" on live camera stream&lt;BR /&gt;&lt;FONT size="2"&gt;"gst-launch-1.0 imxv4l2videosrc ! imxg2dvideotransform ! imxg2dtextoverlay name=overlay text=\"Overlay text here\" valignment=top halignment=left font-desc=\"Sans, 22\" ! gdkpixbufoverlay name=imageoverlay location=/home/user/CamOverlay.png ! imxipuvideotransform ! imxipuvideosink"&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;I want to overlay the image on my camera stream using imx GStreamer instead of "gdkpixbufoverlay", Is there any way can add .png image on camera live stream using GStreamer imx plugins.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jignesh Patel&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 10:25:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1134110#M160992</guid>
      <dc:creator>jigneshpatel</dc:creator>
      <dc:date>2020-09-02T10:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: image overlay using gstreamer imx plugins</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1149721#M161336</link>
      <description>&lt;P&gt;Hello Jigneshpatel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Apparently there is a bug with gdkpixbufoverlay looks like is not supported however i´m going to verify this one, you can make the overlay like this:&lt;/P&gt;
&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video1 num-buffers=300 ! videoconvert ! 'video/x-raw,width=1280,height=720,framerate=(fraction)30/1' ! textoverlay text="Hi There" valignment=top halignment=left font-desc="Sans, 12" ! queue ! x264 ! mp4mux ! filesink location=video.mp4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 12:55:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1149721#M161336</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-09-07T12:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: image overlay using gstreamer imx plugins</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1149728#M161337</link>
      <description>&lt;P&gt;Thank you for reply,&lt;/P&gt;&lt;P&gt;"gdkpixbufoverlay" is work with pipeline for overlay image that I have written in my post for imx6dualite.&lt;/P&gt;&lt;P&gt;I have just issue with the plugin. "gdkpixbufoverlay" is a gstream streamer software plugin.&lt;/P&gt;&lt;P&gt;I want to use the imx hardware plugin just like "&lt;FONT size="2"&gt;imxg2dtextoverlay&lt;/FONT&gt;" that I have used for text overlay.&lt;/P&gt;&lt;P&gt;Is there any way or imx plugin available so using that I can overlay image on the live stream.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jignesh Patel&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:14:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1149728#M161337</guid>
      <dc:creator>jigneshpatel</dc:creator>
      <dc:date>2020-09-07T13:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: image overlay using gstreamer imx plugins</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1157495#M162363</link>
      <description>&lt;P&gt;Finally got solution,&lt;/P&gt;&lt;P&gt;Create custom font and display that font using "&lt;FONT size="2"&gt;imxg2dtextoverlay&lt;/FONT&gt;" with color.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jignesh Patel&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 06:56:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1157495#M162363</guid>
      <dc:creator>jigneshpatel</dc:creator>
      <dc:date>2020-09-23T06:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: image overlay using gstreamer imx plugins</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1300336#M176249</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/171937"&gt;@jigneshpatel&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;were you able to perform overlay on live stream? If yes, how&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 10:09:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/image-overlay-using-gstreamer-imx-plugins/m-p/1300336#M176249</guid>
      <dc:creator>kenizgandhi</dc:creator>
      <dc:date>2021-06-30T10:09:58Z</dc:date>
    </item>
  </channel>
</rss>

