What are you going to do with the Raspberry Pi?
I saw this question posted on Quora today. It spoke to me because I’m working on something very cool. Before I get to that, this was the best response from Quora.
Mark Harrison wrote:
Home automation.
At the price point (and they were released this morning in the UK), I can afford one per room, in a five bed house, for less than the price of a Mac Mini.
Couple with a USB temperature sensor, and a USB relay, (and a bit of software that I will release under GPL) it’ll control my zone heating, with a web interface that provides not only an HTML gateway but an XML gateway to plug into whole-house stuff.
Very cool indeed. The Pi is definitely up to that task. Now for my project.
My Raspberry Spy
Its a very simple home surveillance project with a snazzy name. I connected my Pi to a USB camera, pointed it at a window in my house, and took a picture every minute. This is a few days of screenshots assembled as a time lapse movie.
Please forgive my early release. I promise to publish the write up soon. I will link it from this page.

HOWTO: Creating A Raspberry Spy | Yet Another Eliot Blog 2:09 am on March 21, 2013 Permalink |
[...] UVCCapture doesn’t always work. There are times that UVCCapture runs and an empty image is saved. I wrote a small python script to clean up empty images. This isn’t a huge problem, but I use it to remove blank images before I create time lapse footage. You can see some of the footage I captured in this post. [...]