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

https://github.com/michdo93/flask-opencv-webcam-stream

An example of how I use OpenCV to receive the camera stream from my webcam and transfer it to my HTML website via Flask.
https://github.com/michdo93/flask-opencv-webcam-stream

Last synced: 6 days ago
JSON representation

An example of how I use OpenCV to receive the camera stream from my webcam and transfer it to my HTML website via Flask.

Awesome Lists containing this project

README

          

# Flask-OpenCV-Webcam-Stream
An example of how I use OpenCV to receive the camera stream from my webcam and transfer it to my HTML website via Flask.

## Pre-Installation

You have to install `Flask` and `OpenCV`:

```
python -m pip install flask
python -m pip install opencv-python
```

## Usage

You can run it with:

```
python flask_test.py
```