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 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
Release files for pilapse 0.0.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pilapse-0.0.13.tar.gz | 23.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pilapse-0.0.13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 52.2 kB
Release files / pilapse-0.0.13.tar.gz
| Download URL | pilapse-0.0.13.tar.gz |
|---|---|
| Size | 23.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
024e6a001bdfeacc266f6ae0dd5af3d6fb4c1b5314283f2786ea402ad4d67ecc
|
|
BLAKE2b-256 checksum How to use checksums |
940d2443515d17d31eedff361502a74617fa51f7b3f95711bec0b7c667bfaf10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pilapse-0.0.13-py3-none-any.whl
| Download URL | pilapse-0.0.13-py3-none-any.whl |
|---|---|
| Size | 28.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6d1b6ce6793078790a14722fb4370ebe1c516a0ecd5ad879869975b3c6b6a60d
|
|
BLAKE2b-256 checksum How to use checksums |
c5b88ad789febab74ad09aa2bac9a152fe32957d453c92ac327eda40a633af82
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|