/Having-Fun-With-Raspi-Camera

Having fun with a Raspberry-Pi & its camera

Primary LanguagePHPMIT LicenseMIT

Having-Fun-With-Raspi

Having fun with a Raspberry-Pi & its camera

Assembling hardware

Assemble it:

Raspberry Pi Camera

Add a cronjob

Make sure that ./images is writable & camera.sh is executable.

Then crontab -e:

0,10,20,30,40,50 * * * * /path/to/camera.sh 

Launching server:

php -S "`hostname -I`:8080" -t .