Skip to content

kanishkaganguly/webcamcontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webcamcontroller

v4l2-ctl controller for webcams, tested on C920.

  • Create new venv:
python3 -m venv $(pwd)/venv
  • Install flask
source venv/bin/activate
python3 -m pip install flask
  • Run webapp
FLASK_ENV=development FLASK_APP=app python3 -m flask run --port=<ijkl>
  • Go to website at localhost:<ijkl>