Skip to content

Using RaspberryPi to take pictures of growing plant, upload them to S3 and later create timelapse video from it.

License

Notifications You must be signed in to change notification settings

janpokrzywinski/orangetimelapsepi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

orangetimelapsepi

Scripts used to take pictures and create timelapse video from stills.

takepicture

This script is meant to be running on Raspberry Pi with camera enabled. Scheduled with cron:

AWS_CONFIG_FILE="/root/.aws/config"
*/2 * * * * /bin/bash /root/takepicture >> /var/log/camera.log 2>&1

Pi needs to have AWS CLI installed and configured Depending on the confituration this file may require static credentials (not recommended)

user-data

This is the user-data for an EC2 instace used to download full contents of the container and generate output video in /vid. I used EC2 instance with Ubuntu 16.04, with IAM role allowing S3 access.

example result:

https://youtu.be/EV1gahKwuJY

About

Using RaspberryPi to take pictures of growing plant, upload them to S3 and later create timelapse video from it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages