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 details)

Uploaded Source

Built Distribution

pilapse-0.0.13-py3-none-any.whl (28.4 kB view details)

Uploaded Python 3

File details

Details for the file pilapse-0.0.13.tar.gz.

File metadata

  • Download URL: pilapse-0.0.13.tar.gz
  • Upload date:
  • Size: 23.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pilapse-0.0.13.tar.gz
Algorithm Hash digest
SHA256 024e6a001bdfeacc266f6ae0dd5af3d6fb4c1b5314283f2786ea402ad4d67ecc
MD5 b4942836d7b9d0e9ff37121527af2b5c
BLAKE2b-256 940d2443515d17d31eedff361502a74617fa51f7b3f95711bec0b7c667bfaf10

See more details on using hashes here.

File details

Details for the file pilapse-0.0.13-py3-none-any.whl.

File metadata

  • Download URL: pilapse-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 28.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for pilapse-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 6d1b6ce6793078790a14722fb4370ebe1c516a0ecd5ad879869975b3c6b6a60d
MD5 a1c72750c5ea69b593ca0da993880dc7
BLAKE2b-256 c5b88ad789febab74ad09aa2bac9a152fe32957d453c92ac327eda40a633af82

See more details on using hashes here.

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