An open API service indexing awesome lists of open source software.

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

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.