Skip to content

charles-cone/webcam-lapse

Repository files navigation

Webcam Lapse Interface

Build Multi-Arch
A Python program for time lapses using a webcam, with a web configuration page. Designed for Raspberry Pi but should support most PC's, albeit without GPIO control.

Usage:

Docker:

Install with docker pull charlescone:webcam-lapse-interface and then
docker run -d -p 80:80 -v /data:/data --device=/dev/video0:/dev/video0 --privileged charlescone/webcam-lapse

Standalone:

Install fswebcam and then sudo run python3 main.py

Note:

If GPIO is not needed the --privliged and sudo can be omitted

Screenshots:

Misc:

About:

  • I wrote this to take photos with an old security camera I was gifted.

About

Python web interface for taking time-lapse videos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published