Script for taking photos with given interval.
Few configuration options are available:
- possibility of choosing camera from mounted ones
- defining max disk space which can be used
- defining images resolution
- choosing location for taken pictures
- defining interval
- making video from taken pictures (requires ffmpeg)
- Create virtualenv
virtualenv venv
- Activate virtualenv
source venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Run script
./run.py
(or better./run.py --help
) - Deactivate virtualenv
deactivate
- Install dependencies
pip install -r requirements.txt
- Run script
./run.py
(or better./run.py --help
)