Table of Contents

Raspberry Pi Timelapse Camera


raspberry pi camera client


python capture script

#!/bin/bash
 
DATE=$(date +"%Y-%m-%d_%H_%M")
 
raspistill -o /network/timelapse/images/$DATE.jpg
raspistill -o /network/timelapse/images/$DATE.jpg

crontab

# m     h       dom     mon     dow   command
*       *       *       *       *     sudo /home/pi/picture.sh

fstab for nfs

/etc/fstab
10.0.0.20:/network           /network            nfs rw,noauto,x-systemd.automount   0       0

nfs server