<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Filippo Argiolas &#187; opengl</title>
	<atom:link href="http://blogs.gnome.org/fargiolas/tag/opengl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/fargiolas</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Fri, 13 May 2011 07:15:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Final SoC Report &#8211; screencasts, screencasts.. screencasts!</title>
		<link>http://blogs.gnome.org/fargiolas/2008/08/20/final-soc-report-screencasts-screencasts-screencasts/</link>
		<comments>http://blogs.gnome.org/fargiolas/2008/08/20/final-soc-report-screencasts-screencasts-screencasts/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 12:10:47 +0000</pubDate>
		<dc:creator>Filippo</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[SoC Reports]]></category>
		<category><![CDATA[Summer of Code 2008]]></category>
		<category><![CDATA[cheese]]></category>
		<category><![CDATA[clutter]]></category>
		<category><![CDATA[gstreamer]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[pgo]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[summer of code]]></category>

		<guid isPermaLink="false">http://fargiolas.netsons.org/?p=8</guid>
		<description><![CDATA[Hey! Summer of Code just ended! since Monday we&#8217;re in Final Evaluation phase. This means I can finally take some vacation and leave coding for a while ! But, most of all, it means that it&#8217;s time again for not one, not two, but four screencasts!! I&#8217;m sorry for not posting anything for a while [...]]]></description>
			<content:encoded><![CDATA[<p>
Hey! Summer of Code just ended! since Monday we&#8217;re in Final Evaluation phase.<br />
This means I can finally take some vacation and leave coding for a while <img src='http://blogs.gnome.org/fargiolas/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' />  !<br />
But, most of all, it means that it&#8217;s time again for not one, not two, but <strong>four</strong> <b>screencasts</b>!!
</p>
<p>
I&#8217;m sorry for not posting anything for a while but, needless to say I don&#8217;t like blogging <img src='http://blogs.gnome.org/fargiolas/wp-content/mu-plugins/tango-smilies/tango/face-raspberry.png' alt=':P' class='wp-smiley' /> , I was really busy with the <a href="http://www.schleef.org/blog/2008/07/15/dirac-news/">merge</a>. Julien Isorce, another gstreamer developer, was working on his own branch of gstreamer-gl since some time and recently David Schleef decided to merge it with cvs trunk.<br />
He added a lot of great things like glsl colorspace conversion, win32 support, a working glimagesink and lot more. Unfortunately my effects didn&#8217;t work with the new code so I had to work hard to make them work again.
</p>
<p>
But let&#8217;s stop talking about this boring stuff, now almost everything is fine so&#8230; get ready for the show <img src='http://blogs.gnome.org/fargiolas/wp-content/mu-plugins/tango-smilies/tango/face-raspberry.png' alt=':P' class='wp-smiley' />  ! </p>
<p><strong>New Effects</strong></p>
<p align="center"><a title="new effects" href="http://fargiolas.netsons.org/wp-content/uploads/neweffects.ogv"><img src='http://fargiolas.netsons.org/wp-content/uploads/fxthumb.png' class="center"></a></p>
<p align="center"><em>New Effects</em></p>
<p>Not too much on this side..</p>
<ul>
<li>a Glow Lighting effect that some of you requested. I tried to resemble gimp SoftGlow filter, do you like it?</li>
<li>a SinCity inspired effect that desaturates everything but red shades&#8230; don&#8217;t know if you agree but I love it!</li>
<li>better curves for Sepia and Cross Processing effect, maybe the latter still needs some tuning (too light blue on dark tones).</li>
<li>a Square distortion effect&#8230; ehm, no.. it was already there <img src='http://blogs.gnome.org/fargiolas/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' />  but that&#8217;s definitely my favourite one!</li>
</ul>
<p><strong>New Filters</strong></br><br />
These are still young and don&#8217;t work quite well yet, but I&#8217;m almost there!</p>
<p align="center"><a title="glpixbufoverlay" href="http://fargiolas.netsons.org/wp-content/uploads/pixbufoverlay.ogv"><img src='http://fargiolas.netsons.org/wp-content/uploads/pixbufthumb.png' class="center"></a></p>
<p align="center"><em>GstGLPixbufOverlay</em></p>
<p>Takes an image filename through a property and alpha blends it with the video stream.<br />
It could be nice with Cheese to add funny frames, or just to add a <a href="http://bugzilla.gnome.org/show_bug.cgi?id=498030">red circle</a> to displayed video while recording.</p>
<p align="center"><a title="gldifferencematte" href="http://fargiolas.netsons.org/wp-content/uploads/diffmatte.ogv"><img src='http://fargiolas.netsons.org/wp-content/uploads/mattethumb.png' class="center"></a></p>
<p align="center"><em>GstGLDifferenceMatte</em></p>
<p>This one saves a video frame of the background and replaces it with an image.<br />
It&#8217;s really hard to make it work properly, it tries to guess the background thresholding the difference between current frame and saved one.<br />
To get a good result it needs a uniform background, better with a uncommon color, a low noise webcam (i tried to remove noise dependency with some gaussian blur), etc.<br />
Any idea to improve it? Probably RGB is not the right colorspace to do this thing, maybe using HSL or HSV and thresholding just hue could help to get rid of luminance dependency. I&#8217;ll give it a try.
</p>
<p><strong>Clutter Experiments</strong></p>
<p align="center"><a title="clutter live preview" href="http://fargiolas.netsons.org/wp-content/uploads/cluttertee.ogv"><img src='http://fargiolas.netsons.org/wp-content/uploads/clutterteethumb.png' class="center"></a></p>
<p align="center"><em>Clutter live preview</em></p>
<p>This is my last experiment with rendering from gstreamer gl into a ClutterActor.<br />
It uses XComposite to redirect glimagesink stream offscreen and Clutter <a href="http://www.opengl.org/registry/specs/EXT/texture_from_pixmap.txt">Texture from Pixmap</a> support (thanks <a href="http://wingolog.org/archives/2008/07/26/so-you-want-to-build-a-compositor">Andy Wingo</a> for the idea) to turn it into an Actor.<br />
It&#8217;s still young and experimental but it could be a good starting point for a clutter based effect selector for Cheese.
</p>
<p><strong>Great, but where is the code?</strong><br />
There is no release yet but you can test it if you want from the git repository <a href="http://diracvideo.org/git?p=gst-plugins-gl.git;a=summary">git://diracvideo.org/git/gst-plugins-gl.git</a><br />
Take a look at tests directory.<br />
It is known to work for sure on linux, windows and probably osx (through X).<br />
It needs a recent gpu that supports FBOs (mandatory) and GL Shading Language (optional, needed for the effects and accelerated colorspace conversion).
</p>
<p><strong>Thanks</strong><br />
That&#8217;s all for now.<br />
A big thanks to everyone who helped, supported, encouraged me during this Summer of Code, <a href="http://home.cs.tum.edu/~siegel/">Daniel Siegel</a>,  David Schleef, Julien Isorce, the guys from #gstreamer, #clutter, #gnome-it, ##OpenGL, the GNOME Community, <b>everyone</b>!<br />
<b>Thank you</b>, it&#8217;s been a great time!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/fargiolas/2008/08/20/final-soc-report-screencasts-screencasts-screencasts/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/fargiolas/tag/opengl/feed/ ) in 1.30070 seconds, on Feb 10th, 2012 at 10:01 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 11:01 am UTC -->
