Skip to content
/ timelapse Public

Script to pull an image from a network camera and upload it to a CMU Box account.

Notifications You must be signed in to change notification settings

sc0v/timelapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Timelapse Script

This script pulls an image from a network camera and uploads it to a CMU Box account. If either the download or upload fails, [email protected] will be notified by email.

To use this script, add lines to the crontab. For example, if you wanted to pull images every 30 seconds from a camera you would add the following lines to the crontab.

* * * * * /path/to/file/getimage.sh camera_hostname camera_username camera_password andrewid andrewid_password
* * * * * sleep 30 && /path/to/file/getimage.sh camera_hostname camera_username camera_password andrewid andrewid_password

About

Script to pull an image from a network camera and upload it to a CMU Box account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages