<?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>the labs @ laan</title>
	<atom:link href="http://labs.laan.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.laan.com/wp</link>
	<description>thoughts and other ramblings</description>
	<lastBuildDate>Thu, 20 Oct 2011 17:01:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta1</generator>
		<item>
		<title>Unlock your door with Siri, SMS, or a secret knock</title>
		<link>http://labs.laan.com/wp/2011/10/unlock-your-door-with-siri-sms-or-a-secret-knock/</link>
		<comments>http://labs.laan.com/wp/2011/10/unlock-your-door-with-siri-sms-or-a-secret-knock/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 17:01:21 +0000</pubDate>
		<dc:creator>cclaan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[arduino door lock]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone door]]></category>
		<category><![CDATA[siri]]></category>
		<category><![CDATA[siri door lock]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=517</guid>
		<description><![CDATA[Unlock your door with Siri: For our first Arduino project, we hacked together a wifi-enabled door lock with some nifty features. After seeing cool projects like John Grathio&#8217;s secret knock and Billy Chasen&#8217;s ethernet unlocker, we were inspired to build&#160;&#8230; <a href="http://labs.laan.com/wp/2011/10/unlock-your-door-with-siri-sms-or-a-secret-knock/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Unlock your door with Siri:<br />
<iframe width="560" height="315" src="http://www.youtube.com/embed/C5cWrTXOvNw" frameborder="0" allowfullscreen></iframe></p>
<p>For our first Arduino project, we hacked together a wifi-enabled door lock with some nifty features. After seeing cool projects like <a href="http://projects.grathio.com/2010/05/project-secret-knock-detecting-lock.html " target="_blank">John Grathio&#8217;s secret knock</a> and <a href="http://anerroroccurredwhileprocessingthisdirective.com/2011/01/01/opening-a-door-via-text-message/" target="_blank">Billy Chasen&#8217;s ethernet unlocker</a>, we were inspired to build our own. We combined the two ideas using an Arduino and a WiFly shield, a modified servo motor, and a few other things.</p>
<p>The end product is pretty cool and has these features:</p>
<ul style='font-size:14px;'>
<li>Unlock / Lock your door with your voice using Siri, an iPhone app, SMS, or a mobile web page (iphone app requires iOS developer account)</li>
<li>Monitor whether the door is locked or unlocked from far away</li>
<li>Get SMS messages when someone knocks on your door</li>
<li>Unlock your door with a secret knock (hard-coded for now)</li>
</ul>
<p>A demo of the iPhone app and secret knock in action:<br />
<iframe width="560" height="315" src="http://www.youtube.com/embed/hRfiGjcCN3o" frameborder="0" allowfullscreen></iframe></p>
<p>The Siri hack works by creating a contact called &#8216;Door&#8217;, which is the phone number that we use to accept SMS messages like &#8216;open&#8217; or &#8216;lock. We used Google app engine for a server component since it&#8217;s free for small usage like this. We then created an iPhone simple iPhone app to send unlock commands and monitor the door state. <a href="http://Twilio.com " target="_blank">Twilio.com</a> enabled us to send and receive SMS messages.</p>
<p>All the code we used is available on github here: <a href="https://github.com/cclaan/lockerino" target="_blank">https://github.com/cclaan/lockerino</a></p>
<p><strong><span style="color: #ff0000;">* DISCLAIMER *</span></strong> <strong>Remember, we hacked this together for fun! &#8211; It&#8217;s not intended to protect your belongings or loved ones. The code probably has some bugs, might malfunction, or could easily be hacked by someone!</strong></p>
<p>We intend to write up a more detailed how-to on <a href="http://Instructables.com" target="_blank">Instructables.com</a>, so stay tuned for that.</p>
<p>Also, this project is probably for advanced builders since your lock may be different than ours and require some custom solutions for mounting the servo to the lock.  You may also have to modify our code a little to get the knock detection thresholds and servo angles correct, since they will be slightly different for everyone. Since it requires a web server, you will have to setup google app engine, which is free, but requires a little technical know how.</p>
<p>The total cost right now for all the parts ends up at around $170.. but if you have some of the common parts lying around it could be a lot less. Plus, we hear that the Arduino folks are introducing a cheaper WiFi shield in the next few months, since the one we use costs $90. Or you could use an <a href="http://www.sparkfun.com/products/10536" target="_blank">Ethernet Pro</a> that only costs $54.95 and saves you about 65 bucks, but requires a long ethernet cable.</p>
<p>Here are the parts we used for the project:<br />
<img class="alignnone" title="Stuff you need" src="http://labs.laan.com/static/images/Stuff-you-need-.JPG" alt="Stuff you need" width="400" /><br />
Here&#8217;s what you&#8217;ll need:</p>
<div style='font-size:13px;'>
<li>Ardunio Uno, or any arduino with shield mounts (mega, etc) ( <a href="http://www.sparkfun.com/products/9950" target="_blank">$29.95 Sparkfun</a> )</li>
<li>Stackable headers for attaching the WiFly shield to arduino ( <a href="http://www.sparkfun.com/products/10007" target="_blank">$1.50 Sparkfun</a> )</li>
<li>WiFly shield &#8211; ( <a href="http://www.sparkfun.com/products/9954" target="_blank">$89.95 Sparkfun</a> )</li>
<li>Standard servo (we used Tower SG-5010) &#8211; modded to read the internal pot ( <a href="http://www.sparkfun.com/products/9064" target="_blank">$13.95 Sparkfun</a> )</li>
<li>Piezo element from sparkfun, radio shack has them in buzzers. ( <a href="http://www.sparkfun.com/products/10293" target="_blank">$1.50 Sparkfun</a> ) </li>
<li>A 1k resistor &#8211; goes in parallel between the piezo element ( <a href="http://www.sparkfun.com/products/8980" target="_blank">$0.25 Sparkfun</a> )</li>
<li>Some jumper wires ( <a href="http://www.sparkfun.com/products/124" target="_blank">$6.95 Sparkfun</a> )</li>
<li>A 5.1mm power jack ( <a href="http://www.sparkfun.com/products/10287" target="_blank">$2.00 Sparkfun or radio shack</a> )</li>
<li>Instamorph or shapelock for the servo / lock arms ( <a href="http://www.instamorph.com" target="_blank">$9.95 Instamorph.com</a> )</li>
<li>A power supply to arduino, many will work ( <a href="http://www.sparkfun.com/products/10273" target="_blank">$6.95 Sparkfun</a> )</li>
<li>Some velcro with adhesives, or dualock tm by 3M ( Radio Shack ) </li>
<li>3M dual sided sticky tape, the thick kind (Radio Shack) </li>
<li>Thin plywood to mount arduino to the door and also to create the servo mount ( $5.00 Home Depot )</li>
<li>Clothes hanger, for the wire, or other thick wire to connect servo to door lock</li>
<li>Long wire to run the power cable to arduino, ( radio shack ) </li>
<li>L-brackets for servo, ( $2.00 home depot )</li>
<li>A dremel , maybe a jigsaw or handsaw for cutting the plywood</li>
<li>A soldering iron for modifying the servo</li>
</div>
<p><br/></p>
<p>A fritzing sketch of how to wire it up:<br />
<img class="alignnone" title="Wiring the lockerino" src="http://labs.laan.com/static/images/lockerino-fritzing.png" alt="How to wire it up" width="400" /></p>
<p>Here&#8217;s a short video of putting it together, again, expect a more detailed tutorial to come soon.<br />
<iframe width="560" height="315" src="http://www.youtube.com/embed/w9WzkHUmTTM" frameborder="0" allowfullscreen></iframe><br />
<br/></p>
<p>Here&#8217;s how to modify a servo to read the position via its internal potentiometer:<br />
<iframe width="560" height="315" src="http://www.youtube.com/embed/w7qRs6tvxlM?hl=en&#038;fs=1" frameborder="0" allowfullscreen></iframe></p>
<p>Attaching the brackets to the servo:<br />
<iframe width="560" height="315" src="http://www.youtube.com/embed/f6OazTscYas?hl=en&#038;fs=1" frameborder="0" allowfullscreen></iframe></p>
<p>Let us know what you think in the comments!</p>
<p>-Laan Labs</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2011/10/unlock-your-door-with-siri-sms-or-a-secret-knock/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Moldable Plastic</title>
		<link>http://labs.laan.com/wp/2011/08/moldable-plastic/</link>
		<comments>http://labs.laan.com/wp/2011/08/moldable-plastic/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 21:44:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[experiments]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=508</guid>
		<description><![CDATA[Fun little new toy for making chew toys and such
]]></description>
			<content:encoded><![CDATA[<p>Fun little new toy for making chew toys and such &#8211; you can get your own from <a href="http://www.instamorph.com/">instamorph</a>.</p>
<p><iframe src="http://player.vimeo.com/video/28373567" width="640" height="360" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2011/08/moldable-plastic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3d Video from Kinect on the iPad</title>
		<link>http://labs.laan.com/wp/2011/07/3d-video-from-kinect-on-the-ipad/</link>
		<comments>http://labs.laan.com/wp/2011/07/3d-video-from-kinect-on-the-ipad/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 16:19:18 +0000</pubDate>
		<dc:creator>cclaan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=490</guid>
		<description><![CDATA[We used the String Augmented Reality SDK to display real-time 3d video+audio recorded from the Kinect. Libfreenect from http://openkinect.org/ project was used for recording the data coming from the Kinect. A textured mesh was created from the calibrated depth+rgb data&#160;&#8230; <a href="http://labs.laan.com/wp/2011/07/3d-video-from-kinect-on-the-ipad/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="349" src="http://www.youtube.com/embed/Zb8q_6BlveI" frameborder="0" allowfullscreen></iframe></p>
<p>We used the String Augmented Reality SDK to display real-time 3d video+audio recorded from the Kinect. </p>
<p>Libfreenect from <a href="http://openkinect.org/">http://openkinect.org/</a> project was used for recording the data coming from the Kinect. A textured mesh was created from the calibrated depth+rgb data for each frame and played back in real-time. A simple depth cutoff allowed us isolate the person in the video from the walls and other objects. </p>
<p>Using the <a href="http://www.poweredbystring.com/">String SDK</a>, we projected it back onto a printed image marker in the real world. We also experimented with actively removing the image marker from the scene using camera data from the areas surrounding the image marker. </p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2011/07/3d-video-from-kinect-on-the-ipad/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>An iPhone Developer&#8217;s (evil) April Fools&#8217; Day Prank</title>
		<link>http://labs.laan.com/wp/2011/04/an-iphone-developers-evil-april-fools-day-prank/</link>
		<comments>http://labs.laan.com/wp/2011/04/an-iphone-developers-evil-april-fools-day-prank/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 20:54:15 +0000</pubDate>
		<dc:creator>cclaan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple prank]]></category>
		<category><![CDATA[april fools]]></category>
		<category><![CDATA[iphone apps]]></category>
		<category><![CDATA[iphone prank]]></category>
		<category><![CDATA[pranks]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=472</guid>
		<description><![CDATA[As iPhone developers, one of the worst fears we have is Apple giving us some bad news about one of our apps. Things like getting rejected aren&#8217;t fun, but getting a live app pulled from the App Store sucks pretty&#160;&#8230; <a href="http://labs.laan.com/wp/2011/04/an-iphone-developers-evil-april-fools-day-prank/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As iPhone developers, one of the worst fears we have is Apple giving us some bad news about one of our apps. Things like getting rejected aren&#8217;t fun, but getting a live app pulled from the App Store sucks pretty bad, especially if it&#8217;s paying your rent. Apple has been known to pull apps for various reasons, things like inappropriate content, or use of an unapproved API within your app can get it taken down. It&#8217;s happened to us before and it doesn&#8217;t feel good.</p>
<p>So for this April Fools&#8217; Day, we decided to play on that fear and prank some of our developer friends.</p>
<p>A little context for non-developers:<br />
Anytime Apple wants to update you about the status of your app, they send you an email from a certain account, with a certain template, it looks like this:<br />
<div class="wp-caption alignnone" style="width: 680px"><img alt="" src="http://labs.laan.com/images/Screen%20shot%202011-04-01%20at%204.35.06%20PM.png" title="iTunes Email" width="670" height="550" /><p class="wp-caption-text">Typical Apple Email about an app</p></div></p>
<p>With a little help from an email spoofing website called <a href="http://www.sharpmail.co.uk">http://www.sharpmail.co.uk</a>, we can fake the sender and re-create the HTML template Apple uses. So the idea is pretty simple: Send a fake email from Apple telling someone their app has been yanked from the store for no good reason.</p>
<p>First I tried pranking the other member of Laan Labs, Jason, about our app Tap DJ. It&#8217;s currently sitting at #45 in the top paid list, so you can understand why we wouldn&#8217;t want it pulled from the store. Here&#8217;s what the email he received looked like:<br />
<div class="wp-caption alignnone" style="width: 639px"><img alt="" src="http://labs.laan.com/images/Screen%20shot%202011-04-01%20at%204.47.12%20PM.png" width="629" height="508" /><p class="wp-caption-text">Fake email to Jason from me</p></div></p>
<p>We only pranked good friends, and we clued them a few minutes later as to prevent them from doing anything crazy like calling Apple and yelling at them.</p>
<p>Happy April Fools&#8217; Day Friends,<br />
Laan Labs</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2011/04/an-iphone-developers-evil-april-fools-day-prank/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make time lapse screencaptures of your design work for free (mac)</title>
		<link>http://labs.laan.com/wp/2011/01/how-to-make-time-lapse-screencaptures-of-your-design-work-for-free-mac/</link>
		<comments>http://labs.laan.com/wp/2011/01/how-to-make-time-lapse-screencaptures-of-your-design-work-for-free-mac/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 19:44:44 +0000</pubDate>
		<dc:creator>cclaan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[screencapture]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[tap dj]]></category>
		<category><![CDATA[timelapse]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=439</guid>
		<description><![CDATA[Capture your work in Photoshop and turn it into a timelapse movie.]]></description>
			<content:encoded><![CDATA[<p><img alt="Tap DJ Icon Final Version" src="http://tap.dj/wp-content/uploads/2011/01/tapdj-big-icon.png" title="Tap DJ Icon Final Version" class="alignleft" width="125" height="127" />For our upcoming app Tap DJ ( <a href="http://tap.dj">tap.dj</a> ), we made the icon ourselves and decided to screencast the process for fun. It turned out to be a fun way to share the creation process, and a motivator to get the whole thing done in one sitting because the &#8220;cameras were running.&#8221;</p>
<p>Here is the video on vimeo:<br />
<iframe src="http://player.vimeo.com/video/18905802?title=0&amp;byline=0&amp;portrait=0" width="477" height="268" frameborder="0"></iframe></p>
<p>Since I plan on timelapsing more design sessions as more of a journal type thing, I though I&#8217;d share the process of making it, since it&#8217;s free. You could use a screencapture tool like screenflow or snapz pro, but they tend to cost money, and you don&#8217;t get to write fun command line scripts. (This technique has already been covered in a few blogs, but I didn&#8217;t find a consolidated version with everything I needed. See links at bottom for more info.)</p>
<p>To start your timelapse, you&#8217;ll type this script into a terminal window:<br />
<code>i=1;while [ 1 ];do screencapture -t jpg -x ~/Desktop/screencapture/$i.jpg; let i++;sleep 4; done</code></p>
<p>The script simply captures a screenshot every 4 seconds in this case and saves it into the &#8220;Desktop/screencapture&#8221; directory with a naming convention of 1.jpg, 2.jpg, and so on. Before you begin, make sure the directory exists, or it won&#8217;t work. Then change the sleep number (4 here) to however many seconds you want to wait between screenshots. The script will run infinitely so when you&#8217;re done capturing, make sure to Ctrl+C or close the window to stop the script.<br />
If you need to pause, just Ctrl+C to kill the script, then to resume, change the &#8220;i=1&#8243; to be whatever the last screenshot image number is plus one. So if the last image taken was &#8220;123.jpg&#8221; then set i=124 in the script.</p>
<p>When you&#8217;re done capturing, you will want to render all your screenshots into movie. To do this, you&#8217;ll need to have ffmpeg installed. To install, type each line into terminal&#8230;<br />
<code>cd /tmp/</code><br />
<code>svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg</code><br />
<code>cd ffmpeg</code></p>
<p><code>./configure --enable-shared --disable-mmx</code><br />
<code>sudo make</code><br />
<code>sudo make install</code></p>
<p>A more detailed install explanation with more options is here:<br />
<a href="http://stephenjungels.com/jungels.net/articles/ffmpeg-howto.html">http://stephenjungels.com/jungels.net/articles/ffmpeg-howto.html</a></p>
<p>Now, simply cd into the directory with all your images, and type:<br />
ffmpeg -r 24 -i %d.jpg -b 15000k timelapse.mov</p>
<p>The number 24 represents frame rate, and you might want to adjust it based on how fast the movie should play. Lowering it to something like 18 will make the video longer, but possibly more watchable for a shorter process. The number 15000k is the target bitrate, and is pretty large because the video will be the size of your screen.</p>
<p>You will notice the video has some compression artifacts, I didn&#8217;t spend too long messing with ffmpeg options, but it should be possible to resize or increase the video quality by adding a few command line options to ffmpeg. You can read more here:<br />
<a href="http://www.ffmpeg.org/ffmpeg-doc.html#SEC7">http://www.ffmpeg.org/ffmpeg-doc.html#SEC7</a></p>
<p>Note:<br />
During capturing, I accidentally stopped capturing and restarted again in a different folder. If your image numbers somehow get messed up, you can use this script to rename them based on creation date. First move all images into one folder regardless of the name screwups. Now create a folder called &#8220;imgs&#8221;, and in terminal, cd to this directory and type this script&#8230;</p>
<p><code>x=1; for i in $(ls -r -t *jpg); do counter=$(printf %d $x); ln "$i" imgs/"$counter".jpg; x=$(($x+1)); done</code></p>
<p>Now all your images are named in a numbered sequence based on when they were created, and you can use the above ffmpeg script in this directory.</p>
<p>Post used for reference:<br />
<a href="http://www.mactricksandtips.com/2009/12/take-timed-lapsed-screen-shots-from-terminal.html">http://www.mactricksandtips.com/2009/12/take-timed-lapsed-screen-shots-from-terminal.html</a><br />
<a href="http://www.carbonsilk.com/development/timelapse-video-mac/">http://www.carbonsilk.com/development/timelapse-video-mac/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2011/01/how-to-make-time-lapse-screencaptures-of-your-design-work-for-free-mac/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>iPhone USB Photo and Video Transfer ( no syncing )</title>
		<link>http://labs.laan.com/wp/2010/11/iphone-usb-photo-and-video-transfer-no-syncing/</link>
		<comments>http://labs.laan.com/wp/2010/11/iphone-usb-photo-and-video-transfer-no-syncing/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 15:36:19 +0000</pubDate>
		<dc:creator>cclaan</dc:creator>
				<category><![CDATA[products]]></category>
		<category><![CDATA[iphone file transfer]]></category>
		<category><![CDATA[iphone syncing]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb photo transfer]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=423</guid>
		<description><![CDATA[Transfer photos and videos from your camera roll over USB without syncing, yay!]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/usbphoto"><img alt="USB Photo and Video Transfer" src="http://labs.laan.com/static/images/USBPhoto-Icon114.png" title="USB Photo and Video Transfer" class="alignnone" width="114" height="114" /></a><br />
If you&#8217;re looking for a quick way to send some photos and videos from your camera roll to your computer, we might have an app for you. </p>
<p>We made this simple app &#8216;USB Photo and Video Transfer&#8217; to cut down on the time it takes to send one or two photos or videos back to the desktop. </p>
<p>Simply select one or more photos and videos from your camera roll and they will instantly appear in iTunes. From there you can save them anywhere you like. No desktop syncing software required.</p>
<p>You can get it free for a limited time <a href="http://bit.ly/usbphoto">on iTunes!</a></p>
<p><em>For the iOS developers/designers out there:</em><br />
As developers that do our own designs, we frequently send screenshots from the phone back to our computers to edit in photoshop. While there are some cool apps for previewing desktop designs on your phone, sending them from your phone to your desktop is more difficult. With this in mind, we&#8217;ve created a filter in the app that will only show images that are screenshots, making it easy to quickly send some screenshots to the desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2010/11/iphone-usb-photo-and-video-transfer-no-syncing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Hacking on the kinect</title>
		<link>http://labs.laan.com/wp/2010/11/hacking-the-kinect/</link>
		<comments>http://labs.laan.com/wp/2010/11/hacking-the-kinect/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 03:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[experiments]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=417</guid>
		<description><![CDATA[playing the the 3d info in gl]]></description>
			<content:encoded><![CDATA[<p>So cc spent a few hours hacking the kinect based on the work of the <a href="https://github.com/OpenKinect/openkinect">openKinect</a> project.</p>
<p><iframe src="http://player.vimeo.com/video/16788233" width="338" height="600" frameborder="0"></iframe></p>
<p>[waring the audio is a bit rough on this one]</p>
<p><iframe src="http://player.vimeo.com/video/16807906" width="640" height="480" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2010/11/hacking-the-kinect/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Small Update to iVideoCamera</title>
		<link>http://labs.laan.com/wp/2010/04/small-update-to-ivideocamera/</link>
		<comments>http://labs.laan.com/wp/2010/04/small-update-to-ivideocamera/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:14:42 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[products]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iVideoCamera]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=379</guid>
		<description><![CDATA[Update to v1.51 for all free FX's and a few minor fixes]]></description>
			<content:encoded><![CDATA[<p><a href="http://labs.laan.com/wp/wp-content/uploads/2010/04/update.jpg"><img src="http://labs.laan.com/wp/wp-content/uploads/2010/04/update.jpg" alt="" title="update" width="300" height="300" class="alignleft size-full wp-image-380" /></a><br />
So we have made a small update to <a href="/wp/products/ivideocamera/">iVideoCamera</a> with a couple of bug fixes, but mainly we wanted to make the FX free as there are some great ones there that some of you had yet to try. A BIG thanks to you out that that purchased FX before  We hope that you are not too mad at us for changing them to free, but you did have them before anyone else &#8211; its kinda like apple lowing the price of the iPhone after its out a while &#8211; anyway&#8230;</p>
<p><em>NOTES</em>: The landscape playback of videos no longer works (we were using an undocumented feature to allow videos to playback in landscape mode) &#8212; hopefully we will have it in the next update. Breaking News effect can sometime not display on first open &#8212; just change orientation of your phone and it will display properly. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2010/04/small-update-to-ivideocamera/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>iBanner for iPad</title>
		<link>http://labs.laan.com/wp/2010/04/ibanner-for-ipad/</link>
		<comments>http://labs.laan.com/wp/2010/04/ibanner-for-ipad/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 16:44:16 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[products]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iBanner]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=373</guid>
		<description><![CDATA[currently #2 in the store so check it out]]></description>
			<content:encoded><![CDATA[<p><a href="http://labs.laan.com/wp/wp-content/uploads/2010/04/iBanner.png"><img src="http://labs.laan.com/wp/wp-content/uploads/2010/04/iBanner.png" alt="" title="iBanner" width="200" class="alignleft size-full wp-image-375" /></a> Don&#8217;t know if you have come accross our iPad apps yet, but <a href="http://labs.laan.com/wp/products/ibanner-hd-for-ipad-led-scrolling-marquee/">iBanner</a> is definitely worth checking out (plus its currently #2 in app store right now). CC whipped this little app out right before the iPad came out so we would have a nice little suite of (physical) messaging apps that would go nicely with <a href="http://labs.laan.com/wp/products/isigns-hd-150-cool-signs/">iSigns</a>. Its a fun way to turn your oversized iphone into one of those led banner devices, which are great in storefronts, bars and other situations where you (or your sign) needs attention. <a href="http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=335866860&#038;mt=8">Get it from the store now.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2010/04/ibanner-for-ipad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iSigns HD for the iPad</title>
		<link>http://labs.laan.com/wp/2010/04/isigns-hd-for-the-ipad/</link>
		<comments>http://labs.laan.com/wp/2010/04/isigns-hd-for-the-ipad/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 15:41:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[products]]></category>
		<category><![CDATA[150]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[isigns]]></category>

		<guid isPermaLink="false">http://labs.laan.com/wp/?p=305</guid>
		<description><![CDATA[A few hours work for the iPad]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/iSignsHD"><img class="alignleft size-full wp-image-306" title="150signs" src="http://labs.laan.com/wp/wp-content/uploads/2010/04/150signs.jpg" alt="" width="250" height="333" /></a>So last week before the ipad deadline we whipped out a little app, <a href="http://bit.ly/iSignsHD" target="_blank">iSigns HD &#8211; 150+ signs</a>, in a few hours because we just wanted to be sure we had a least one app in the iPad store. Expect more serious iPad apps from us in the near future relating to video and media management, but for now this little app is a fun way to show off that big screen. Let people know the are a &#8220;Wide Load&#8221; or a &#8220;Dip&#8221; in the next office meeting or maybe if you are really board just find a good place on the street and stand there with a &#8220;No Parking&#8221; or &#8220;Detour&#8221; sign.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.laan.com/wp/2010/04/isigns-hd-for-the-ipad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>


