Tag Archives: crontab

Time lapse how to (Linux)

This, I hope, is the definitive version of the time-lapse how to. Having had earlier cracks at it, I think this one represents the refined source. Here’s the how to. 1. A capture script #!/bin/bash cd $HOME/captures D1=`date +%Y-%m-%d` D2=`date … Continue reading

Posted in Bash scripting, Code, Linux, Software, Webcam | Tagged , , , | Comments Off on Time lapse how to (Linux)

Capture Batch Script updated

Looking back the other day at this post, I remembered that it had somehow stopped working on the eeepc. I suspected this had something to do with vlc and was always bothered anyway about using such a big, fully-featured programme … Continue reading

Posted in Bash scripting, Linux, Software, Webcam | Tagged , , | Comments Off on Capture Batch Script updated