<?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: IMX6 VSALPHA Transparency in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308090#M39845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daiane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for that information.&amp;nbsp; I have been able to gather that information through other several discussion topics.&lt;/P&gt;&lt;P&gt;I was hoping to find something that was already integrated into Gstreamer and not be required to compiled the custom source code.&lt;/P&gt;&lt;P&gt;Given that the text 'VSALPHA=1' seems to be placed before some gstreamer pipelines on this site, I was curious if there was more integration and what this variable was achieving through which method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2014 15:45:45 GMT</pubDate>
    <dc:creator>ryanerb</dc:creator>
    <dc:date>2014-04-07T15:45:45Z</dc:date>
    <item>
      <title>IMX6 VSALPHA Transparency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308087#M39842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not an expert, so thank you for being patient with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on using gstreamer on an IMX6 quad core processor to output some video with an image overlay. (3.0.35 Kernel, Yocto OpenEmbedded)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It is working great,&lt;/STRONG&gt; except that I would like to change how much transparency exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep seeing a variable in other posts, VSALPHA=1 .&amp;nbsp; Can anyone shed some light, or point me to some documentation, as to how this is used with Gstreamer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my gstreamer lines:&lt;/P&gt;&lt;P&gt;gst-launch tvsrc device=/dev/video0 ! mfw_v4lsink disp-width=1279 disp-height=720 device=/dev/video17 &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch filesrc location=/home/root/tlogo.png ! pngdec ! imagefreeze ! ffmpegcolorspace ! fbdevsink device=/dev/fb0 &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 23:52:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308087#M39842</guid>
      <dc:creator>ryanerb</dc:creator>
      <dc:date>2014-04-01T23:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 VSALPHA Transparency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308088#M39843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;I also want to know about VSALPHA'waiting for answers!&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 02:06:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308088#M39843</guid>
      <dc:creator>baodongchen</dc:creator>
      <dc:date>2014-04-05T02:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 VSALPHA Transparency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308089#M39844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; struct mxcfb_gbl_alpha g_alpha;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g_alpha.alpha = 127;&amp;nbsp; //alpha value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g_alpha.enable = 1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((fd_fb_0 = open("/dev/fb0", O_RDWR )) &amp;lt; 0) {&lt;/P&gt;
&lt;P&gt; printf("Unable to open frame buffer 0\n");&lt;/P&gt;
&lt;P&gt; return TFAIL;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ioctl(fd_fb_0, MXCFB_SET_GBL_ALPHA, &amp;amp;g_alpha) &amp;lt; 0) {&lt;/P&gt;
&lt;P&gt; printf("Set global alpha failed\n");&lt;/P&gt;
&lt;P&gt; close(fd_fb_0);&lt;/P&gt;
&lt;P&gt; return TFAIL;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source code above set a global value for alpha. Global means the whole screem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let me know if this is enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 15:38:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308089#M39844</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2014-04-07T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 VSALPHA Transparency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308090#M39845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daiane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for that information.&amp;nbsp; I have been able to gather that information through other several discussion topics.&lt;/P&gt;&lt;P&gt;I was hoping to find something that was already integrated into Gstreamer and not be required to compiled the custom source code.&lt;/P&gt;&lt;P&gt;Given that the text 'VSALPHA=1' seems to be placed before some gstreamer pipelines on this site, I was curious if there was more integration and what this variable was achieving through which method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 15:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308090#M39845</guid>
      <dc:creator>ryanerb</dc:creator>
      <dc:date>2014-04-07T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 VSALPHA Transparency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308091#M39846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VSALPHA is the enable/disable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create an script that execute the ioctl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 17:31:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-VSALPHA-Transparency/m-p/308091#M39846</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2014-04-07T17:31:05Z</dc:date>
    </item>
  </channel>
</rss>

