Create a year-long timelapse video.
- The images are uploaded to an Azure Storage blob container.
- Create an Azure Storage account.
- Select the lowest priced storage type.
- Edit or create a
.env
file with this content.TIMELAPSE_AZURE_STORAGE_CONNECTION_STRING="DefaultEndpointsProtocol=https;<...>"
- Create an Azure Application Insights resource.
- Edit or create a
.env
file with this content.APPLICATIONINSIGHTS_CONNECTION_STRING="InstrumentationKey=<...>"
The annolapse
service starts up the timelapse recorded automatically when your Raspberry Pi powers up.
To install:
sudo chmod 644 *.service
cp *.service /etc/systemd/system/
sudo systemctl enable annolapse.service
sudo systemctl enable annolapse_watchdog.service
tail -f /var/log/syslog
- Stop service, then run the program
systemctl stop annolapse.service
python3 timelapse.py