Raspberry Pi Timelapse Camera In An Old Stagelight
About the project
A relatively simple time lapse camera that takes images every minute but discards dark images or substantially similar images.
Project info
Difficulty: Easy
Platforms: Raspberry Pi
Estimated time: 1 hour
License: GNU General Public License, version 3 or later (GPL3+)
Items used in this project
Hardware components
Story
I'm involved in a volunteer community theater, and I thought it would be a fun idea to start creating timelapse videos of sets being constructed, etc. as a way to promote the theater. So I grabbed a Raspberry Pi I had lying around, bought a camera and case for it, and started experimenting. The end result is a fairly simple python script that will capture an image and save it to disk in a semi-intelligent manner. It will not save any images that are mostly dark, so it won't waste disk space when the theater is dark and nobody is there. It also will not save an image that's too similar to the last image it took, so if the stage is lit but nobody is moving around on it then it also won't waste disk space with all those images.
I only had a small SD card for my Raspberry Pi, but I had a spare 500 gigabyte USB drive sitting around as well, so I'm using that to store the images. Depending on the size of your Pi's SD card and the number of images you anticipate capturing, you may be able to store them entirely on the SD card itself rather than using external storage.
Since this camera was being installed in a theater and I wanted it to be as unobtrusive as possible, I took an old stagelight and actually mounted the camera inside that. That also made it very easy to mount the camera to a pipe overlooking the entire stage. The end result is this:
I only installed the camera in my theater in early February, so I won't have any images to share from it for the next month or two. Once I've captured all the individual images I plan on using a tool like ImageMagick or avconv to stitch them together into a movie. I'll edit this project to make the movie available once I've completed it.
Leave your feedback...