<?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: Pygame Webcam Support</title>
	<atom:link href="http://eclecti.cc/olpc/pygame-webcam-support/feed" rel="self" type="application/rss+xml" />
	<link>http://eclecti.cc/olpc/pygame-webcam-support</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 18:13:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: nrp</title>
		<link>http://eclecti.cc/olpc/pygame-webcam-support/comment-page-1#comment-9948</link>
		<dc:creator>nrp</dc:creator>
		<pubDate>Wed, 17 Feb 2010 05:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://eclecti.cc/?p=52#comment-9948</guid>
		<description>You probably don&#039;t want that.  The up to date code is in the Pygame repository or in Pygame 1.9 or newer.</description>
		<content:encoded><![CDATA[<p>You probably don&#8217;t want that.  The up to date code is in the Pygame repository or in Pygame 1.9 or newer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://eclecti.cc/olpc/pygame-webcam-support/comment-page-1#comment-9947</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://eclecti.cc/?p=52#comment-9947</guid>
		<description>Nevermind, found it here: http://git.n0r.org/?p=pygame-nrp.git;a=summary</description>
		<content:encoded><![CDATA[<p>Nevermind, found it here: <a href="http://git.n0r.org/?p=pygame-nrp.git;a=summary" rel="nofollow">http://git.n0r.org/?p=pygame-nrp.git;a=summary</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://eclecti.cc/olpc/pygame-webcam-support/comment-page-1#comment-9946</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://eclecti.cc/?p=52#comment-9946</guid>
		<description>The git repo seems have have gone; could you please put it up again or email me a copy of the code?</description>
		<content:encoded><![CDATA[<p>The git repo seems have have gone; could you please put it up again or email me a copy of the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nrp</title>
		<link>http://eclecti.cc/olpc/pygame-webcam-support/comment-page-1#comment-1881</link>
		<dc:creator>nrp</dc:creator>
		<pubDate>Wed, 28 Jan 2009 06:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://eclecti.cc/?p=52#comment-1881</guid>
		<description>I was planning on using OpenCV&#039;s Windows capture code, since their goals are fairly similar to mine.  Thanks for the link though; I&#039;ll take a look at the DirectShow stuff.</description>
		<content:encoded><![CDATA[<p>I was planning on using OpenCV&#8217;s Windows capture code, since their goals are fairly similar to mine.  Thanks for the link though; I&#8217;ll take a look at the DirectShow stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wun</title>
		<link>http://eclecti.cc/olpc/pygame-webcam-support/comment-page-1#comment-1877</link>
		<dc:creator>wun</dc:creator>
		<pubDate>Tue, 27 Jan 2009 16:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://eclecti.cc/?p=52#comment-1877</guid>
		<description>... for the windows port: http://videocapture.sourceforge.net/ works for me (2.4 - 2.5 on WinXP).
A clean cross-platform api would of course be desirable :-)</description>
		<content:encoded><![CDATA[<p>&#8230; for the windows port: <a href="http://videocapture.sourceforge.net/" rel="nofollow">http://videocapture.sourceforge.net/</a> works for me (2.4 &#8211; 2.5 on WinXP).<br />
A clean cross-platform api would of course be desirable <img src='http://eclecti.cc/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Wintle</title>
		<link>http://eclecti.cc/olpc/pygame-webcam-support/comment-page-1#comment-150</link>
		<dc:creator>Tim Wintle</dc:creator>
		<pubDate>Sun, 08 Jun 2008 09:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://eclecti.cc/?p=52#comment-150</guid>
		<description>Hi, really glad someone has picked this up for GSOC. I&#039;m working on a game design system built on pygame (http://code.google.com/p/game-baker) - so I&#039;ve been hoping someone would start this. (we&#039;re going to port all exported games to the olpc, and the entire system eventually, but I&#039;m in Europe so couldn&#039;t get my hands on one during the first phase of G1G1)

As far as my use cases are concerned, the most important thing is to have a simple, device independent, webcam api to use from standard pygame (with the same api in the OLPC pygame derivative).

The first use case for me would just be to let people take snapshots of themselves to add to high score tables, or to let them create sprites direct from the camera.

Beyond that, motion detection would be cool (complicated use case would be a tennis game where you can hit the ball with your hands)

I&#039;d not want to rely on opencv, though - especially as part of pygame - it&#039;s a fairly large overhead (dispite the benefits).


I&#039;d love to have your camera interface added to the main pygame trunk as soon as it&#039;s stable (don&#039;t know who manages the pygame trunk, though). Good luck over the summer.</description>
		<content:encoded><![CDATA[<p>Hi, really glad someone has picked this up for GSOC. I&#8217;m working on a game design system built on pygame (<a href="http://code.google.com/p/game-baker" rel="nofollow">http://code.google.com/p/game-baker</a>) &#8211; so I&#8217;ve been hoping someone would start this. (we&#8217;re going to port all exported games to the olpc, and the entire system eventually, but I&#8217;m in Europe so couldn&#8217;t get my hands on one during the first phase of G1G1)</p>
<p>As far as my use cases are concerned, the most important thing is to have a simple, device independent, webcam api to use from standard pygame (with the same api in the OLPC pygame derivative).</p>
<p>The first use case for me would just be to let people take snapshots of themselves to add to high score tables, or to let them create sprites direct from the camera.</p>
<p>Beyond that, motion detection would be cool (complicated use case would be a tennis game where you can hit the ball with your hands)</p>
<p>I&#8217;d not want to rely on opencv, though &#8211; especially as part of pygame &#8211; it&#8217;s a fairly large overhead (dispite the benefits).</p>
<p>I&#8217;d love to have your camera interface added to the main pygame trunk as soon as it&#8217;s stable (don&#8217;t know who manages the pygame trunk, though). Good luck over the summer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

