Skip to content

PiCam is a set of scripts for shooting images with the Raspberry Pi camera module

License

Notifications You must be signed in to change notification settings

MartinBekkelund/PiCam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PiCam

PiCam is a set of useful Bash scripts for:

  • Shooting images on a Raspberry Pi 3 Model B with the camera module
  • Uploading images to your website with SCP
  • Creating copies for time lapse

Getting started

  • Download PiCam and unzip
  • PiCam_shoot_upload.sh goes on your Pi
  • PiCam_time_lapse.sh goes on your webserver
  • Make scripts executable with chmod +x PiCam_shoot_upload.sh and chmod +x PiCam_time_lapse.sh
  • Edit and run with Cron crontab -e, in example */15 * * * * /path/to/scripts/PiCam_shoot_upload.sh both on Pi and server

License

PiCam is licensed under the GNU General Public License (GPL) version 3, as described in the license file.

About

PiCam is a set of scripts for shooting images with the Raspberry Pi camera module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages