Go to file
xoy dacad4db10 [Building the struct for a webcam video stream flask app] 2023-08-23 13:17:12 +02:00
static [Building the struct for a webcam video stream flask app] 2023-08-23 13:17:12 +02:00
templates [Building the struct for a webcam video stream flask app] 2023-08-23 13:17:12 +02:00
.gitignore [Building the struct for a webcam video stream flask app] 2023-08-23 13:17:12 +02:00
LICENSE Pi Camera Stream 2020-09-21 21:44:29 +01:00
README.md [Building the struct for a webcam video stream flask app] 2023-08-23 13:17:12 +02:00
camera.py [Building the struct for a webcam video stream flask app] 2023-08-23 13:17:12 +02:00
main.py [Building the struct for a webcam video stream flask app] 2023-08-23 13:17:12 +02:00
requirements.txt [Building the struct for a webcam video stream flask app] 2023-08-23 13:17:12 +02:00
util.py [Building the struct for a webcam video stream flask app] 2023-08-23 13:17:12 +02:00

README.md

Flask Camera Live Stream

Original Project

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
python main.py