Tag: time lapse
-
Things you see with a camera trap
I had the time lapse camera described in this post set out in the rocky intertidal zone in Monterey. Late one afternoon it caught these images of a ground squirrel venturing down into the mussel zone and picking small mussels (Mytilus californianus) off the rocks and eating them. If you replay the video a few…
-
Time lapse camera using ArduCAM
Design files and code for this project can be found here: https://github.com/millerlp/Time_lapse_arducam The goal of this project was to build a cheap and power-efficient time lapse camera to monitor some of my experiments in the field. The camera would capture an JPEG image every 30 seconds and write it to a micro SD card, and…
-
ffmpeg time lapse notes
ffmpeg is a movie-encoding command line tool that is also useful for capturing and assembling time lapse movies, particularly using webcams. Below are some example commands to get it to do stuff. It is run from a terminal command line on Linux, OSX, and Windows. You will probably want to add the location of the…