<?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>Piterwilson = Juan Carlos Ospina Gonzalez &#187; web cam stop motion</title>
	<atom:link href="http://www.piterwilson.com/personal/category/toys/web-cam-stop-motion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piterwilson.com/personal</link>
	<description>Piterwilson is/es Juan Carlos Ospina Gonzalez</description>
	<lastBuildDate>Wed, 21 Jul 2010 15:26:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WCSMT2 Updated</title>
		<link>http://www.piterwilson.com/personal/2009/05/04/wcsmt2-updated/</link>
		<comments>http://www.piterwilson.com/personal/2009/05/04/wcsmt2-updated/#comments</comments>
		<pubDate>Tue, 05 May 2009 00:43:31 +0000</pubDate>
		<dc:creator>Piterwilson</dc:creator>
				<category><![CDATA[toys]]></category>
		<category><![CDATA[web cam stop motion]]></category>

		<guid isPermaLink="false">http://www.piterwilson.com/personal/?p=177</guid>
		<description><![CDATA[By popular demand, the following features have been added to the WCSMT Maker, right now, we&#8217;ll call it a BETA version and appreaciate any feedback or bug reports: Camera Test (automatic): This feature will test the camera image before starting an animation to prevent those blank animations from popping up. If you can&#8217;t see your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.piterwilson.com/personal/wp-content/uploads/2009/05/wcsmtmakerv2.jpg"><img class="alignnone size-medium wp-image-178" title="wcsmtmakerv2" src="http://www.piterwilson.com/personal/wp-content/uploads/2009/05/wcsmtmakerv2.jpg" alt="wcsmtmakerv2" width="450" height="364" /></a></p>
<p>By popular demand, the following features have been added to the <a href="http://www.piterwilson-toys.com/wcsmt2">WCSMT</a> Maker, right now, we&#8217;ll call it a BETA version and appreaciate any feedback or bug reports:</p>
<ul>
<li>Camera Test (automatic): This feature will test the camera image before starting an animation to prevent those blank animations from popping up. If you can&#8217;t see your webcam&#8217;s image and you fail the camera test, <a title="Help" href="http://www.piterwilson-toys.com/wcsmt2/help.php">please follow this recommendations</a>.</li>
<li>Timer Enable/Disable : Now you can disable the timer,and capture a frame without having to wait 3 seconds if that is easier for you.</li>
<li>Ghost Frame: A guide that shows you the contents of the frame before.</li>
<li>Grid: A simple grid to help you align things on the image.</li>
<li>Bought the domain wcsmt.com (Thanks Dave!)</li>
</ul>
<p><a title="WCSMT Maker" href="http://www.piterwilson-toys.com/wcsmt2/maker/" target="_blank">http://www.piterwilson-toys.com/wcsmt2/maker/</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.piterwilson.com/personal/2009/05/04/wcsmt2-updated/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Iphone friendly alternative to the animated gif (with Javascript and prototype js)</title>
		<link>http://www.piterwilson.com/personal/2009/03/01/iphone-friendly-alternative-to-the-animated-gif-with-javascript-and-prototype-js/</link>
		<comments>http://www.piterwilson.com/personal/2009/03/01/iphone-friendly-alternative-to-the-animated-gif-with-javascript-and-prototype-js/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 19:48:27 +0000</pubDate>
		<dc:creator>Piterwilson</dc:creator>
				<category><![CDATA[code example / ejemplos de codigo]]></category>
		<category><![CDATA[web cam stop motion]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.piterwilson.com/personal/?p=143</guid>
		<description><![CDATA[UPDATE: This class has been updated, please see more details here. The problem: Mobile Safari only allows animated GIFs up to a certain size (that is a function of the dimensions and number of frames).  If the images are larger than the limit, Safari only renders the first frame. Much to my misfortune while working [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://www.piterwilson.com/stuff/js/prototype.js"></script><br />
<script src="http://www.piterwilson.com/stuff/js/animationPlayer.js"></script>UPDATE: This class has been updated, <a href="http://www.piterwilson.com/personal/2009/03/23/animationplayer-js-class-updated/">please see more details here</a>.</p>
<p><strong>The problem:</strong></p>
<blockquote><p>Mobile Safari only allows animated GIFs up to a certain size (that is a function of the dimensions and number of frames).  If the images are larger than the limit, Safari only renders the first frame.</p></blockquote>
<p>Much to my misfortune while working with a friend to make an Iphone app for the <a href="http://www.piterwilson-toys.com/wcsmt2/">WCSMT website</a>, we came to the realization that the Iphone has serious limitations to display animated gifs. Coupled with the total inability (or better put : reluctance) to display flash content, it makes the Iphone very unfriendly to displaying short animation formats, like the ones on <a href="http://www.piterwilson-toys.com/wcsmt2/">WCSMT </a> or <a href="http://www.miniclip.com/sketch-star/en/player.php?id=2565885">Miniclip&#8217;s SketchStar</a>.</p>
<p>I realize this is a very small section of the market (people who like short animated gifs) and that the animated gif is an ancient format to begin with and not a lot of people have a practical use for it. Still i set out to find the way to display short-lenght animation formats where proper video pulig-ins are overkill (or too difficult to implement practically with web-based toys that create animations).</p>
<p><strong>Solution:</strong></p>
<p>A javascript class that will take an array of images and display it at a constant speed. This is pretty much a simplified javascript slideshow that goes very fast!</p>
<p>Here&#8217;s an example, making an animated gif of this to display on the Iphone would be impossible:</p>
<div id="animationPlayer" style="width:320px;height:240px;">
</div>
<p><script>
var frames = new Array();
var i;
for(i=1;i<10;i++){
frames.push("http://www.piterwilson.com/stuff/animation/animation00"+i+".jpg");
}
var myPlayer = new AnimationPlayer(frames,$('animationPlayer'));
myPlayer.play();
</script></p>
<p><strong>How does it work?</strong></p>
<p><code>&lt;script src=&quot;http://www.piterwilson.com/stuff/js/prototype.js&quot;&gt;&lt;/script&gt;<br />
&lt;script src=&quot;http://www.piterwilson.com/stuff/js/animationPlayer.js&quot;&gt;&lt;/script&gt;<br />
&lt;div id=&quot;animationPlayer&quot; style=&quot;width:320px;height:240px&quot;&gt;<br />
&lt;/div&gt;<br />
&lt;script&gt;<br />
var frames = new Array();<br />
var i;<br />
for(i=1;i&lt;10;i++){<br />
frames.push(&quot;http://www.piterwilson.com/stuff/animation/animation00&quot;+i+&quot;.jpg&quot;);<br />
}<br />
var myPlayer = new AnimationPlayer(frames,$(&#039;animationPlayer&#039;));<br />
myPlayer.play();<br />
&lt;/script&gt;</code></p>
<p>1. Include prototype.js<br />
2. Include animationPlayer.js<br />
3. Declare and array of paths to the frames of the animation. They can be jpg, gif, png or whatever.<br />
4. Create an instance of the AnimationPlayer class, pass the array as parameter 1 and a div reference as parameter 2.<br />
5. Call the play() function! that's it!</p>
<p>You can also change the frame rate by setting AnimationPlayer.frameRate to any value (in milliseconds)</p>
<p>Get prototype JS at <a href="http://www.prototypejs.org/">http://www.prototypejs.org/</a><br />
Get the AnimationPlayer class here <a href="http://www.piterwilson.com/stuff/js/animationPlayer.js">http://www.piterwilson.com/stuff/js/animationPlayer.js</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.piterwilson.com/personal/2009/03/01/iphone-friendly-alternative-to-the-animated-gif-with-javascript-and-prototype-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WEB-CAM-STOP-MOTION-THING videos</title>
		<link>http://www.piterwilson.com/personal/2008/12/21/wcsmt-videos/</link>
		<comments>http://www.piterwilson.com/personal/2008/12/21/wcsmt-videos/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 17:36:13 +0000</pubDate>
		<dc:creator>Piterwilson</dc:creator>
				<category><![CDATA[toys]]></category>
		<category><![CDATA[web cam stop motion]]></category>

		<guid isPermaLink="false">http://www.piterwilson.com/personal/?p=124</guid>
		<description><![CDATA[on Dec 9, 2008 the new WCSMT was released. Ever since i have been putting together these little videos that are reminiscent of the Face ones created at Fabrica years ago by Ross Phillips and the Interactive team there.]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UHebCSkR_d0&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UHebCSkR_d0&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>on Dec 9, 2008 the <a href="http://www.piterwilson-toys.com/wcsmt2/">new WCSMT</a> was released. Ever since i have been putting together <a href="http://www.youtube.com/view_play_list?p=CE07BAAB199DA5F3">these little videos</a> that are reminiscent of the <a href="http://2005to2007.fabrica.it/project.php?id=63">Face</a> ones created at Fabrica years ago by<a href="http://www.nipplecat.com/portfolio/labels/Fabrica.html"> Ross Phillips</a> and the Interactive team there.</p>]]></content:encoded>
			<wfw:commentRss>http://www.piterwilson.com/personal/2008/12/21/wcsmt-videos/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WCSMT 2 Status</title>
		<link>http://www.piterwilson.com/personal/2008/11/09/wcsmt-2-status/</link>
		<comments>http://www.piterwilson.com/personal/2008/11/09/wcsmt-2-status/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 14:10:46 +0000</pubDate>
		<dc:creator>Piterwilson</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[i like / me gusta]]></category>
		<category><![CDATA[toys]]></category>
		<category><![CDATA[web cam stop motion]]></category>

		<guid isPermaLink="false">http://www.piterwilson.com/personal/?p=109</guid>
		<description><![CDATA[Ever since the crash of WCSMT, we&#8217;ve thinking about the way to bring it back out little home-brew experiment a sustainable presentation. Plans were drawn, sketches made and a new version is in full development. So here are some announcements regarding the near future of WCSMT: All animated .gifs will be deleted by Dec 9th, [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since the crash of WCSMT, we&#8217;ve thinking about the way to bring it back out little home-brew experiment a sustainable presentation. Plans were drawn, sketches made and a new version is in full development.</p>
<p>So here are some announcements regarding the near future of WCSMT:</p>
<p><span style="text-decoration: underline;"><strong>All animated .gifs will be deleted by Dec 9th, 2008</strong></span></p>
<p><strong>If you are fond of any particular animation you created, download it now.</strong></p>
<p>It pains me to take these offline but we gotta make room for the new version to come. Of course this animations are backed up and we&#8217;ll put them back online when we find some space.</p>
<p>The new version should roll also in <strong><span style="text-decoration: underline;">DECEMBER 9th 2008</span></strong> <img src='http://www.piterwilson.com/personal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For the time being, we are dropping the animated gif format as our presentation format, as it is very bulky to store and transmit. Instead we are switching to PNG files, played back by a custom flash player embedded on HTML.</p>
<p><strong><span style="text-decoration: underline;">However it will be possible to download all animations as animated .gif for those who want to store the animations themselves.</span></strong></p>
<p>Animations will have a 20 frame limit, instead of 10 and will have greater resolution.</p>
<p>Animations will have an expire date, after which they will be deleted to make room for the newer ones and keep things in a manageable size. We have yet to determine what is the best expiry time on our animations. We appreciate suggestions.</p>
<p>There will be some minimum ads on the site.</p>
<p>Animations will be moderated.</p>
<p>These are some screenshots of the new version:</p>
<p style="text-align: center;"><a title="WCSMT (2) by piterwilson, on Flickr" href="http://www.flickr.com/photos/piterwilson/2952564414/"><img src="http://farm4.static.flickr.com/3227/2952564414_73fe2faa29_m.jpg" alt="WCSMT (2)" width="240" height="182" /></a></p>
<p style="text-align: center;"><a title="wcsmt2 by piterwilson, on Flickr" href="http://www.flickr.com/photos/piterwilson/2914682775/"><img src="http://farm4.static.flickr.com/3015/2914682775_c5a0f4f801_m.jpg" alt="wcsmt2" width="240" height="133" /></a></p>
<p style="text-align: left;">Sorry for the delay in updates. Current Piterwilson.com projects are not abandened. Things are howeever, very busy , there is more updates to current projects coming really soon.</p>]]></content:encoded>
			<wfw:commentRss>http://www.piterwilson.com/personal/2008/11/09/wcsmt-2-status/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
