Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astrofra/gui-timelapse-webcam
A guick'n'dirty gui made in Python to control a webcam and create timelapse sequence
https://github.com/astrofra/gui-timelapse-webcam
python3 timelapse-photography webcam
Last synced: about 2 months ago
JSON representation
A guick'n'dirty gui made in Python to control a webcam and create timelapse sequence
- Host: GitHub
- URL: https://github.com/astrofra/gui-timelapse-webcam
- Owner: astrofra
- License: mit
- Created: 2024-07-18T05:53:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T05:56:26.000Z (6 months ago)
- Last Synced: 2024-07-18T07:47:01.120Z (6 months ago)
- Topics: python3, timelapse-photography, webcam
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timelapse Capture
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.
## Requirements
- Python 3.x
- OpenCV
- Tkinter (included in Python standard library)## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/timelapse-capture.git
cd timelapse-capture
```2. Install the required packages:
```bash
pip install -r requirements.txt
```## Usage
Run the script:
```bash
python timelapse_gui.py