An open API service indexing awesome lists of open source software.

https://github.com/precla/webcamtotimelapse

get webcam images after every x seconds and merge them into one video
https://github.com/precla/webcamtotimelapse

Last synced: 3 months ago
JSON representation

get webcam images after every x seconds and merge them into one video

Awesome Lists containing this project

README

          

# webcamToTimeLapse - merge webcam pictures into one timelapse video

## Dependencies & Requirements
- python
- direct image link (jpg only atm)

## Running:
- ./webcamToTimeLapse.py [arguments]
- Available arguments:
- -u url, example: -u https://localhost/img.jpg
- -s sleep timer, example: -s 250
- -f framerate of the output video, example: -f 12
- -c create video of all images in specific directory, example: -c /home/user/images/
- -d destination folder for the video, example: -d ./output/

## Example:
- https://www.youtube.com/watch?v=UHR2p3lZXqo

## TODO:
- add png support?
- fix, yet unknown, bugs