PyLapse
A simple application to build timelapses using a webcam, V4l2 and ImageMagick
Install
$ cd pylapse $ pip-2.7 -r requirements.txt –upgrade
Or setup a virtualenv environment with…
$ virtualenv2 venv –distribute ; Maybe you need just virtualenv $ venv/bin/activate $ pip -r install requirements.txt –upgrade
Install ImageMagick with:
ArchLinux
# pacman -S imagemagick
Debian/Ubuntu
# apt-get install imagemagick
Configuration
After installing you can go to your home and change the current captures and videos paths. The configuration is in $HOME/.pylapse/config.cfg
By default the captures and videos will stored in $HOME/.pylapse/captures and $HOME/.pylapse/videos respectively.
You can add your own configuration below the [pylapse] tag.
Usage
You can define the variables for the captures and video generation in config.py.
Then you can create the images with:
$ pylapse capture
Then you could generate the video with:
$ pylapse video
You can access the program help:
$ pylapse -h ; Global help information $ pylapse capture -h ; Capture Image Help $ pylapse video -h ; Video generation help
Have fun! :-)
Release files for PyLapse 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyLapse-0.1.1.tar.gz | 27.0 kB | Details |
Release files / PyLapse-0.1.1.tar.gz
| Download URL | PyLapse-0.1.1.tar.gz |
|---|---|
| Size | 27.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8d804ad5337722c0d7201ed138a76a35940a58e566a658257027626016a4288d
|
|
BLAKE2b-256 checksum How to use checksums |
a398eee7dde637b839c0b276bc4d1d15ff113ae78d261064d910ef5a5a8bb52d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |