Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 878 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 878 Bytes

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.