This is a Python application that captures images from a webcam at regular intervals to create a timelapse. The application includes a GUI to set the webcam index, capture interval, output folder, and to start/stop the capture process.
- Python 3.x
- OpenCV
- Tkinter (included in Python standard library)
-
Clone the repository:
git clone https://github.com/yourusername/timelapse-capture.git cd timelapse-capture
-
Install the required packages:
pip install -r requirements.txt
Run the script:
python timelapse_gui.py