Skip to content

Instantly share code, notes, and snippets.

@davity
davity / timelapse.cron
Last active June 30, 2018 12:58
Raspberry Pi Timelapse with Cron
# This will make 60fps FullHD (1920x1080) timelapses of 1 day into 6 seconds.
# 1 photo every 4 min -> 360 photos/day -> 360photos/60fps = 6 seconds
#
# Weekly videos will have a duration of 42 seconds.
# Monthly videos will have a duration of ~3 minutes.
#
# With this values no one will get bored watching it when you spam it on WhatsApp :)
#
# If you want slower videos, adjust the value of first cron line "*/4 * * * *".
# For example, "*/2 * * * *" will double the duration (1 day = 12 seconds), hence will be half slower.