User Tools

Site Tools


raspberry_pi_timelapse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
raspberry_pi_timelapse [2022/01/26 09:12] – created sleepyraspberry_pi_timelapse [2025/07/07 23:10] (current) – external edit 127.0.0.1
Line 4: Line 4:
 ---- ----
 ==== python capture script ==== ==== python capture script ====
 +<code python>
 +#!/bin/bash
 +
 +DATE=$(date +"%Y-%m-%d_%H_%M")
 +
 +raspistill -o /network/timelapse/images/$DATE.jpg
 +raspistill -o /network/timelapse/images/$DATE.jpg
 +</code>
 ---- ----
 ==== crontab ==== ==== crontab ====
 +<code bash>
 +# m           dom     mon     dow   command
 +*                             sudo /home/pi/picture.sh
 +</code>
 ---- ----
 ==== fstab for nfs ==== ==== fstab for nfs ====
raspberry_pi_timelapse.1643188330.txt.gz · Last modified: (external edit)