<?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>Jop Wielens &#187; fun</title>
	<atom:link href="http://www.interactionfigure.nl/tag/fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interactionfigure.nl</link>
	<description>Actionscript experiments and general weirdness</description>
	<lastBuildDate>Wed, 14 Jul 2010 14:31:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Webcam Keepy-Uppy Worldcup game for The Netherlands released</title>
		<link>http://www.interactionfigure.nl/2010/webcam-keepy-uppy-worldcup-game-for-the-netherlands-released/</link>
		<comments>http://www.interactionfigure.nl/2010/webcam-keepy-uppy-worldcup-game-for-the-netherlands-released/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:30:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[theFactor.e]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[keepy]]></category>
		<category><![CDATA[uppy]]></category>

		<guid isPermaLink="false">http://www.interactionfigure.nl/?p=103</guid>
		<description><![CDATA[Over the past couple days we&#8217;ve built a keepy-uppy game here at theFactor.e to celebrate the win of Holland in the Worldcup. Unfortunately it didn&#8217;t go our way and we came in second. So the game is now great to take your mind off the loss. I used the great face recognition code Marilena. This [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple days we&#8217;ve built a keepy-uppy game here at theFactor.e to celebrate the win of Holland in the Worldcup. Unfortunately it didn&#8217;t go our way and we came in second. So the game is now great to take your mind off the loss.</p>
<p>I used the great face recognition code <a title="Face Tracking" href="http://www.libspark.org/svn/as3/Marilena/">Marilena</a>. This awesome bit of AS3 code is based on some older work done in C: <a title="Face Tracking" href="http://opencv.willowgarage.com/wiki/FaceDetection">OpenCV</a>. Once I knew where the face was I added a little bit of physics. Using 2d ball on ball collision I can make the ball bounce of your head in the right way. To see how these collisions work check <a title="2d collisions" href="http://www.phy.ntnu.edu.tw/ntnujava/index.php?topic=4">this page</a>.</p>
<p>Have fun playing the game. And for the non-Dutch speaking visitors just click &#8216;webcam&#8217; to play with your webcam (duh) and &#8216;muis&#8217; to play with your mouse. Play the <a title="Keepy Uppy worldcup game" href="http://wkgame.tfe.nl/">theFactor.e Keepy Uppy game here</a>.</p>
<p><object type="application/x-shockwave-flash" width="400" height="300" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=15083c33a5&#038;photo_id=4792920823"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=15083c33a5&#038;photo_id=4792920823" height="300" width="400"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.interactionfigure.nl/2010/webcam-keepy-uppy-worldcup-game-for-the-netherlands-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Having fun with Face Tracking and MP3 Pitch control</title>
		<link>http://www.interactionfigure.nl/2009/having-fun-with-face-tracking-and-mp3-pitch-control/</link>
		<comments>http://www.interactionfigure.nl/2009/having-fun-with-face-tracking-and-mp3-pitch-control/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 08:39:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[face tracking]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[pan flute]]></category>
		<category><![CDATA[pitch]]></category>

		<guid isPermaLink="false">http://www.interactionfigure.nl/?p=82</guid>
		<description><![CDATA[There is a lot of cool open source stuff coming out this year in the Flash community. Earlier this year we saw the Flash Face Tracking and 2 months ago Andre Michelle showed how easy it was to control the pitch of a sound in Flash 10. I love all that stuff. So I though, [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of cool open source stuff coming out this year in the Flash community. Earlier this year we saw the <a title="Flash Face Tracking" href="http://www.squidder.com/2009/02/26/realtime-face-detection-in-flash/" target="_self">Flash Face Tracking</a> and 2 months ago <a title="Andre Michelle - Blog" href="http://blog.andre-michelle.com/" target="_self">Andre Michelle</a> showed how easy it was to <a title="Andre Michelle - Pitch Control in FP10" href="http://blog.andre-michelle.com/2009/pitch-mp3/" target="_self">control the pitch of a sound</a> in Flash 10. I love all that stuff.</p>
<p>So I though, what can I build to have a little fun with all this open source loveliness. A webcam/mic driven pan flute of course! <img src='http://www.interactionfigure.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a title="Source" href="http://www.interactionfigure.nl/source/bottleblower.zip">Here </a>is the source from this experiment.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_BottleBlower_1652647802"
			class="flashmovie"
			width="600"
			height="400">
	<param name="movie" value="http://www.interactionfigure.nl/swfs/BottleBlower.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.interactionfigure.nl/swfs/BottleBlower.swf"
			name="fm_BottleBlower_1652647802"
			width="600"
			height="400">
	<!--<![endif]-->
		<a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://www.interactionfigure.nl/2009/having-fun-with-face-tracking-and-mp3-pitch-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
