Skip to main content

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


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.8.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pilapse-0.0.8-py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page