Having fun with a Raspberry-Pi & its camera
- Buy a Raspberry Pi at Adafruit.com
- Buy a camera board at Adafruit.com
- Install
raspistill
(documentation here, this is simple)
Assemble it:
Make sure that ./images
is writable & camera.sh
is executable.
Then crontab -e
:
0,10,20,30,40,50 * * * * /path/to/camera.sh
php -S "`hostname -I`:8080" -t .