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.

Build & Publish

Installation and usage

requires Python3

Using Pip

sudo apt update
sudo apt install python3-pip
pip3 install pilapse --user

# If your ~/.local/bin directory was created only during install
# you will likely need to re-login or update your PATH variable to include it
export PATH=$HOME/.local/bin:$PATH

# Start the server
mkdir ~/my-timelapse
pilapse --port 8888 --path ~/my-timelapse --period 60

Manual

git clone https://github.com/yix/pilapse
cd pilapse
sudo apt install python3-pip
pip3 install -r requirements.txt --user
# Start the server
mkdir ~/my-timelapse
python3 -m pilapse --port 8888 --path ~/my-timelapse --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.13.tar.gz (23.8 kB view hashes)

Uploaded Source

Built Distribution

pilapse-0.0.13-py3-none-any.whl (28.4 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