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! :-)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyLapse-0.1.1.tar.gz.
File metadata
- Download URL: PyLapse-0.1.1.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d804ad5337722c0d7201ed138a76a35940a58e566a658257027626016a4288d
|
|
| MD5 |
c897c1b85a80ca168f4f38c48c9775d1
|
|
| BLAKE2b-256 |
a398eee7dde637b839c0b276bc4d1d15ff113ae78d261064d910ef5a5a8bb52d
|