This is a simple Flask application that streams video from your webcam. It uses OpenCV to capture video from your webcam and Flask to serve the video.
- Clone this repository.
- Install the required packages using pip.
pip install -r requirements.txt
- Run the app.
python app.py
- Open your browser and go to
http://localhost:5000
.
- Press the Start button to start streaming video.
- Press the Stop button to stop streaming video.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.