No description
| static | ||
| templates | ||
| .gitignore | ||
| camera.py | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| util.py | ||
Flask Camera Live Stream
Usage
Creating the virtual environment
pip install venv
python -m venv venv
Activate the virtual environment
Windows (CMD)
venv\Scripts\activate.bat
Linux / Mac OS
source venv/bin/activate
Installing the dependencies
pip install -r requirements.txt
Running the app (not recommended for production)
python main.py