<?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>Carlo Alducente&#039;s Blog &#187; Webcam</title>
	<atom:link href="http://labs.alducente.com/tag/webcam/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.alducente.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Mar 2011 02:17:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Multiple Motion Areas in Flash Motion Detection</title>
		<link>http://labs.alducente.com/2010/12/29/multiple-motion-areas-in-flash-motion-detection/</link>
		<comments>http://labs.alducente.com/2010/12/29/multiple-motion-areas-in-flash-motion-detection/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 16:18:39 +0000</pubDate>
		<dc:creator>alducente</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[BitmapData]]></category>
		<category><![CDATA[BlendMode]]></category>
		<category><![CDATA[DIFFERENCE]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Motion Detection]]></category>
		<category><![CDATA[Webcam]]></category>

		<guid isPermaLink="false">http://labs.alducente.com/?p=226</guid>
		<description><![CDATA[Motion detection in Flash relies on a technique that uses frame comparison to detect whether pixels have changed within the camera feed. A &#8220;comparison&#8221; frame would look something like the image below, where the white areas indicate movement or a change in pixel value. Using the getColorBoundsRect() method, the application can approximate which areas of [...]]]></description>
		<wfw:commentRss>http://labs.alducente.com/2010/12/29/multiple-motion-areas-in-flash-motion-detection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS3 Edge Detection Demo</title>
		<link>http://labs.alducente.com/2009/11/11/as3-edge-detection-demo/</link>
		<comments>http://labs.alducente.com/2009/11/11/as3-edge-detection-demo/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 01:04:57 +0000</pubDate>
		<dc:creator>alducente</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[BitmapData]]></category>
		<category><![CDATA[DIFFERENCE]]></category>
		<category><![CDATA[edge detection]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[Webcam]]></category>

		<guid isPermaLink="false">http://labs.alducente.com/?p=178</guid>
		<description><![CDATA[So after posting about a technique to detect edges in AS3, I decided to take a little bit of time today to actually play with it. Check out the vid: The demo used BitmapData along with the &#8220;difference&#8221; blendmode to extract the edges from the webcam feed. Using BitmapData&#8217;s hitTest method, I was able to [...]]]></description>
		<wfw:commentRss>http://labs.alducente.com/2009/11/11/as3-edge-detection-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlendMode.DIFFERENCE and why it&#8217;s awesome.</title>
		<link>http://labs.alducente.com/2009/10/16/blendmode-difference-and-why-its-awesome/</link>
		<comments>http://labs.alducente.com/2009/10/16/blendmode-difference-and-why-its-awesome/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 15:01:48 +0000</pubDate>
		<dc:creator>alducente</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[BlendMode]]></category>
		<category><![CDATA[DIFFERENCE]]></category>
		<category><![CDATA[edge detection]]></category>
		<category><![CDATA[Webcam]]></category>

		<guid isPermaLink="false">http://labs.alducente.com/?p=135</guid>
		<description><![CDATA[Straight from the CS3 Help section: Compares the constituent colors of the display object with the colors of its background, and subtracts the darker of the values of the two constituent colors from the lighter value. This setting is commonly used for more vibrant colors. For example, if the display object has a pixel with [...]]]></description>
		<wfw:commentRss>http://labs.alducente.com/2009/10/16/blendmode-difference-and-why-its-awesome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Interacting with the webcam</title>
		<link>http://labs.alducente.com/2009/08/25/70/</link>
		<comments>http://labs.alducente.com/2009/08/25/70/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 20:50:34 +0000</pubDate>
		<dc:creator>alducente</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[BitmapData]]></category>
		<category><![CDATA[Camera]]></category>
		<category><![CDATA[Marker Tracking]]></category>
		<category><![CDATA[Motion Detection]]></category>
		<category><![CDATA[Webcam]]></category>

		<guid isPermaLink="false">http://labs.alducente.com/?p=70</guid>
		<description><![CDATA[Last month, we decided to do some show-and-tell sessions at Zinc Roe where everyone had a chance to show some really cool stuff. My contribution was a little presentation on different ways to use the webcam to interact with flash applications. I had a blast reading up on some interesting webcam detection tutorials and articles, [...]]]></description>
		<wfw:commentRss>http://labs.alducente.com/2009/08/25/70/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

