You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
xoy dacad4db10 [Building the struct for a webcam video stream flask app] 1 month ago
static [Building the struct for a webcam video stream flask app] 1 month ago
templates [Building the struct for a webcam video stream flask app] 1 month ago
.gitignore [Building the struct for a webcam video stream flask app] 1 month ago
LICENSE Pi Camera Stream 3 years ago
README.md [Building the struct for a webcam video stream flask app] 1 month ago
camera.py [Building the struct for a webcam video stream flask app] 1 month ago
main.py [Building the struct for a webcam video stream flask app] 1 month ago
requirements.txt [Building the struct for a webcam video stream flask app] 1 month ago
util.py [Building the struct for a webcam video stream flask app] 1 month ago

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