https://github.com/tosh2230/burst-capt
Save images continuously with a webcam
https://github.com/tosh2230/burst-capt
docker opencv python
Last synced: 3 months ago
JSON representation
Save images continuously with a webcam
- Host: GitHub
- URL: https://github.com/tosh2230/burst-capt
- Owner: tosh2230
- License: mit
- Created: 2020-08-17T11:38:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T11:25:50.000Z (almost 6 years ago)
- Last Synced: 2026-01-01T14:35:20.675Z (6 months ago)
- Topics: docker, opencv, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# burst-capt
burst-capt saves images continuously with a webcam.
## Description
burst-capt is invoked by Docker container mounting a webcam.
## Install
```bash
git clone https://github.com/tosh223/burst-capt.git
cd ./burst-capt
```
## Usage
Please set following configurations to ```docker_run.sh```.
- repository
- tag
- time_zone
- wait_sec (Shooting interval)
Then, start the bash script.
```bash
bash docker_run.sh
```
After building a Docker image, it runs as a Docker container.
Saved image files are in the ```data``` directory.