The API contained in this repository accesses the webcam connected to your computer and performs a video stream for your entire local network. Just access the API address with the endpoint /stream. For example: http://192.168.0.1:5000/stream
Use the package manager pip to install the requirements.
pip install requirements.txt
python app.py
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.