Autonomous time lapse with a video camera throwie

When [Matt] came across a small video camera made to fit onto a keychain, the first thing that came to mind is a time-lapse video throwie. Like the LED + coin cell battery + magnet we’ve seen we’ve seen before (and deployed…), [Matt]’s video throwie would be deployed in interesting spots for a few days and shoot a time-lapse video until the battery ran out.

The camera [Matt] picked up has the capability of shooting video or still pictures and writing them to a microSD card. To make his camera film a time-lapse video, [Matt] connected an ATtiny45 to the camera shutter and power buttons and uploaded a short bit of code that would snap a picture ever 15 seconds.

Right now, [Matt] is having a few problems with his video throwie. When the camera is turned on, it iterates through the SD card to find the next unused file name. This eats up a few seconds, so the current setup will slowly speed up the time-lapse video. This isn’t an insurmountable problem, so we’re looking forward to the very interesting videos these tough little cameras will film.

Check out [Matt]’s video of ice melting after the break.

[youtube=http://www.youtube.com/watch?v=dtWfPSzhBXw&w=470]

Comments

  1. RM says:

    That is seriously cool.
    I had the same idea, but had not yet got around to it.

  2. Jamie says:

    I saw something similar to this but they was using a Atmega168 (overkill) and a PIR sensor. I did how ever shrink this down to a Attiny13 and it works well but also have the same problem of it slowing down after so many photos! if needed i can post code a wiring detail!

  3. Peter says:

    Nearly identical project from a couple of weeks ago by blondihacks:

    http://hackaday.com/2012/03/29/808-camera-hack-produces-a-time-lapse-tic-tac-box/

    I am tempted to try this myself.

  4. Matt says:

    Why doesnt he write out the last filename to a txt file and then read in that rather than iterating each time…

  5. sam says:

    I’m actually building one of these that also logs gps coordinates with a different version of the camera (#3) as part of my senior design project this year.

    This is a really good resource on the cameras:
    http://chucklohr.com/808/

  6. AFGR says:

    Last week video taken with my keychain camera from ASK-21 glider hobbyking model:

    http://www.youtube.com/watch?v=OPsYDy3Fh8I

    • Ren says:

      Cool, though I was thrown (no pun intended) by the word “glider” and the sound of a motor(?) on the video. I wish you’d placed a disclaimer cautioning viewers who are easily motion sick.

      Now make a recording from with the “plane” chasing a man in a business suit along side a cornfield a la “North by Northwest”!

      • AFGR says:

        You are right, but since this is only a small scale model (2m wingspan), it can’t “glide” properly, so it has the shape of an ASK-21 glider and has a motor to enable the flight. The camera was mounted just behind the propeller, hence the black lines shown in the video. Please forget my broken english.

  7. Zee says:

    A raspberry pi would allow the use of high quality webcams

  8. Colibri says:

    If only those nice ultra-cheap 808-type cameras could be easily reprogrammed…

    Why don’t the manufacturers open source the code or at least provide detailed programming info, datasheets, etc.? They could sell even more products to all kind of hobbyists.

    It’s a shame, there’s a ton of Chinese-made, cheap electronic devices that are available for hacking, but it’s always a challenge to get anything done with them.

    I suppose that’s part of the fun — to a certain point though 🙂

  9. kernelcode says:

    Could you put the AVR (one with SPI) in line with the SD card as a pass through, then manipulate the filenames on the way to/from the SD card?

    You could make the card always look empty, then write to whatever filename you wanted.

Speak Your Mind

*

Related Hacks in digital cameras hacks

  • Hackaday Links May 9th 2012
  • Converting a manual camera lens to use motorized zoom and focus
  • 6 camera face scanning rig
  • Quick and easy wildlife camera
  • Adding a remote shutter to a cheap digital camera