<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Augmented Reality Using Flex, AS3, And A WebCam</title>
	<atom:link href="http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/</link>
	<description>Interactive Media Development, Web Application Development, Mobile App Development, Flash, Flash Media Server, Flex, Flash Component Creation, Game Programming &#38; Design, Blog, CMS, eCommerce Setup &#38; Styling, Search Engine Optimization, Social Networking Strategies, Website Interface &#38; Template Creation, Windows Vista Gadget Development, Apple Widget Development, Email Marketing, Code Samples, Tutorials</description>
	<lastBuildDate>Sat, 28 Jan 2012 12:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Gops4us</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3459</link>
		<dc:creator>Gops4us</dc:creator>
		<pubDate>Fri, 14 Oct 2011 13:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3459</guid>
		<description>Its not working . I keep the print out infront of the camera. But nothing is working as you said here.</description>
		<content:encoded><![CDATA[<p>Its not working . I keep the print out infront of the camera. But nothing is working as you said here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gops4us</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3460</link>
		<dc:creator>Gops4us</dc:creator>
		<pubDate>Fri, 14 Oct 2011 13:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3460</guid>
		<description>Its not working . I keep the print out infront of the camera. But nothing is working as you said here.</description>
		<content:encoded><![CDATA[<p>Its not working . I keep the print out infront of the camera. But nothing is working as you said here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haridas</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3457</link>
		<dc:creator>Haridas</dc:creator>
		<pubDate>Sun, 02 Oct 2011 10:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3457</guid>
		<description>can u give the source code....</description>
		<content:encoded><![CDATA[<p>can u give the source code&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haridas</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3458</link>
		<dc:creator>Haridas</dc:creator>
		<pubDate>Sun, 02 Oct 2011 10:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3458</guid>
		<description>can u give the source code....</description>
		<content:encoded><![CDATA[<p>can u give the source code&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramachandran</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3438</link>
		<dc:creator>Ramachandran</dc:creator>
		<pubDate>Thu, 24 Feb 2011 06:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3438</guid>
		<description>Hi,
I want source code.... please send to my email for AR code..
email: ramachandran@divum.in</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want source code&#8230;. please send to my email for AR code..<br />
email: <a href="mailto:ramachandran@divum.in">ramachandran@divum.in</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saul Miquilena</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3430</link>
		<dc:creator>Saul Miquilena</dc:creator>
		<pubDate>Sat, 27 Nov 2010 17:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3430</guid>
		<description>where is the source code for this?</description>
		<content:encoded><![CDATA[<p>where is the source code for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3419</link>
		<dc:creator>Test</dc:creator>
		<pubDate>Fri, 15 Oct 2010 11:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3419</guid>
		<description>You can use the Flash.media.camera and flash.media.video classes 
and use the following codes.
v_video = new Video();
v_cam = Camera.getCamera(); ////it will select the default webcam connected to your system
v_cam.setMode();//set mode for the webcam
v_video.attachCamera(v_cam);//it will add the stream of the webcam as video
addchild(v_video);//this will add the video stream to the current Sprite class.
</description>
		<content:encoded><![CDATA[<p>You can use the Flash.media.camera and flash.media.video classes<br />
and use the following codes.<br />
v_video = new Video();<br />
v_cam = Camera.getCamera(); ////it will select the default webcam connected to your system<br />
v_cam.setMode();//set mode for the webcam<br />
v_video.attachCamera(v_cam);//it will add the stream of the webcam as video<br />
addchild(v_video);//this will add the video stream to the current Sprite class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tasri</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3415</link>
		<dc:creator>Tasri</dc:creator>
		<pubDate>Wed, 13 Oct 2010 04:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3415</guid>
		<description>This is awesome. Do share the source code with us!</description>
		<content:encoded><![CDATA[<p>This is awesome. Do share the source code with us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek J Entringer</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3410</link>
		<dc:creator>Derek J Entringer</dc:creator>
		<pubDate>Wed, 06 Oct 2010 23:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3410</guid>
		<description>For now, I&#039;m not releasing the source. If there&#039;s enough interest in it, I could though. Would just need some cleaning up is all.</description>
		<content:encoded><![CDATA[<p>For now, I&#8217;m not releasing the source. If there&#8217;s enough interest in it, I could though. Would just need some cleaning up is all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: romit</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3398</link>
		<dc:creator>romit</dc:creator>
		<pubDate>Sun, 29 Aug 2010 13:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3398</guid>
		<description>fahim i am romit.. i hav decided to make a small project on AR. i m not being able to see my webcam video in flash builder 4.. my email id is chhabra.romit@gmail.com
can u plz help mee</description>
		<content:encoded><![CDATA[<p>fahim i am romit.. i hav decided to make a small project on AR. i m not being able to see my webcam video in flash builder 4.. my email id is <a href="mailto:chhabra.romit@gmail.com">chhabra.romit@gmail.com</a><br />
can u plz help mee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahim MD</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3395</link>
		<dc:creator>Fahim MD</dc:creator>
		<pubDate>Fri, 23 Jul 2010 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3395</guid>
		<description>How can I add a webcam into my website for users to view my AR work?</description>
		<content:encoded><![CDATA[<p>How can I add a webcam into my website for users to view my AR work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ar-ra'du</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3394</link>
		<dc:creator>ar-ra'du</dc:creator>
		<pubDate>Thu, 01 Jul 2010 02:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3394</guid>
		<description>take a look this... 
one of a biggest newspaper in indonesia already using the augmented reality

http://kompas.com/ar/

n i want to learn it, could you show me how? thanks</description>
		<content:encoded><![CDATA[<p>take a look this&#8230;<br />
one of a biggest newspaper in indonesia already using the augmented reality</p>
<p><a href="http://kompas.com/ar/" rel="nofollow">http://kompas.com/ar/</a></p>
<p>n i want to learn it, could you show me how? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ar-ra'du</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3393</link>
		<dc:creator>ar-ra'du</dc:creator>
		<pubDate>Thu, 01 Jul 2010 02:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3393</guid>
		<description>Excuse me, by the way, where is the source code?</description>
		<content:encoded><![CDATA[<p>Excuse me, by the way, where is the source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Quintos</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3323</link>
		<dc:creator>Michael Quintos</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3323</guid>
		<description>Great use of AR</description>
		<content:encoded><![CDATA[<p>Great use of AR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Quintos</title>
		<link>http://www.derekentringer.com/blog/augmented-reality-using-flex-as3-and-a-webcam/comment-page-1/#comment-3294</link>
		<dc:creator>Michael Quintos</dc:creator>
		<pubDate>Thu, 05 Nov 2009 01:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekentringer.com/blog/?p=400#comment-3294</guid>
		<description>Great use of AR</description>
		<content:encoded><![CDATA[<p>Great use of AR</p>
]]></content:encoded>
	</item>
</channel>
</rss>

