<?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>eclecticc &#187; xeyes</title>
	<atom:link href="http://eclecti.cc/tag/xeyes/feed" rel="self" type="application/rss+xml" />
	<link>http://eclecti.cc</link>
	<description></description>
	<lastBuildDate>Tue, 20 Dec 2011 07:16:35 +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>PyEyes: xeyes in Python with Face Tracking</title>
		<link>http://eclecti.cc/olpc/pyeyes-xeyes-in-python-with-face-tracking</link>
		<comments>http://eclecti.cc/olpc/pyeyes-xeyes-in-python-with-face-tracking#comments</comments>
		<pubDate>Sat, 12 Apr 2008 08:07:25 +0000</pubDate>
		<dc:creator>nrp</dc:creator>
				<category><![CDATA[OLPC]]></category>
		<category><![CDATA[face tracking]]></category>
		<category><![CDATA[pyeyes]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[vision]]></category>
		<category><![CDATA[xeyes]]></category>

		<guid isPermaLink="false">http://eclecti.cc/?p=38</guid>
		<description><![CDATA[As a crash course in learning the basics of Pygame, I wrote a quick little Activity for the OLPC XO.  It is a clone of xeyes, except instead of following the mouse cursor, it uses the webcam to be creepy and follow your face.  It&#8217;s a bit slow, and kind of messy, but I did [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img title="It sees you..." src="http://eclecti.cc/files/2008/04/pyeyes.jpg" alt="PyEyes" /></p>
<p style="text-align: justify;">As a crash course in learning the basics of <a href="http://www.pygame.org/news.html" target="_blank">Pygame</a>, I wrote a quick little Activity for the OLPC XO.  It is a clone of xeyes, except instead of following the mouse cursor, it uses the webcam to be creepy and follow your face.  It&#8217;s a bit slow, and kind of messy, but I did only make it for learning purposes.</p>
<p style="text-align: justify;">It uses OpenCV, so you&#8217;re going to need a version of it that works on the XO.  The latest <a href="http://sourceforge.net/cvs/?group_id=22870" target="_blank">source from CVS</a> works, or you can install a patched rpm of it that I hacked together:</p>
<blockquote>
<p style="text-align: left;">sudo rpm -i <a href="http://eclecti.cc/files/opencv-1.0.0-3olpchack.fc7.i386.rpm">http://eclecti.cc/files/opencv-1.0.0-3olpchack.fc7.i386.rpm</a></p>
</blockquote>
<p style="text-align: justify;">You&#8217;ll also need the opencv-python package, which is available in the repository.</p>
<blockquote>
<p style="text-align: left;">sudo yum install opencv-python</p>
</blockquote>
<p style="text-align: justify;">You can get the .xo itself here: <a href="http://eclecti.cc/files/PyEyes-1.xo">PyEyes-1.xo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eclecti.cc/olpc/pyeyes-xeyes-in-python-with-face-tracking/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>xeyes with Face Detection</title>
		<link>http://eclecti.cc/bits/xeyes-with-face-detection</link>
		<comments>http://eclecti.cc/bits/xeyes-with-face-detection#comments</comments>
		<pubDate>Thu, 10 Apr 2008 07:31:49 +0000</pubDate>
		<dc:creator>nrp</dc:creator>
				<category><![CDATA[Bits]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[opencv]]></category>
		<category><![CDATA[pygame]]></category>
		<category><![CDATA[vision]]></category>
		<category><![CDATA[xeyes]]></category>

		<guid isPermaLink="false">http://eclecti.cc/?p=37</guid>
		<description><![CDATA[I&#8217;ve been writing xeyes with face detection using opencv as a crash course in pygame.  Pictures and code tomorrow. (1)]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been writing xeyes with face detection using opencv as a crash course in pygame.  Pictures and code tomorrow.</p>
<a href="http://eclecti.cc/bits/xeyes-with-face-detection" rel="bookmark" class="asides-permalink" title="Permanent Link to xeyes with Face Detection">(1)</a>]]></content:encoded>
			<wfw:commentRss>http://eclecti.cc/bits/xeyes-with-face-detection/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.214 seconds -->

