/webcam-webapp-poc

just a small proof of concept on how to make use of a webcam in a webapp project

Primary LanguagePythonMIT LicenseMIT

webcam-webapp-poc

just a small proof of concept on how to make use of a webcam in a webapp project

setup

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
cd webapp
./manage.py runserver

Now open your browser to http://127.0.0.1:8000/snapshot/