Raspberry Pi time-lapse service
Project description
pilapse
A simple time-lapse service for Raspberry Pi. It uses raspistill
binary to capture images. It's currently capable of periodically capturing of still images and serving last captured image to the web browser.
Installation
requires Python3
Using Pip
pip3 install pilapse --user
Manual
git clone https://github.com/yix/pilapse
cd pilapse
pip3 install -r requirements.txt --user
Usage
pilapse --port 8888 --path ~/pylapse_images --period 60
# or if just cloned the repo (repository should be your current directory)
python3 -m pilapse --port 8888 --path ~/pylapse_images --period 60
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pilapse-0.0.7.tar.gz
(4.7 kB
view hashes)