This is a simple python/flask app to control v4l2-ctl
. If you're here you know what this is for.
- The homepage provides sliders automagically
/get
dumps a json state parsed fromv4l2-ctl -C
/set?CTL=VAL
sets theVAL
for theCTL
withv4l2-ctl -c CTL=VAL
- can be chained as expected e.g.
/set?CTL1=VAl1&CTL2=VAL2
- can be chained as expected e.g.
flask, so python -m pip install flask
python server.py PORT
- if no port, we're going to
7000
- if no port, we're going to
Go to http://your_up:PORT
bash install_systemd.sh
, and it will run on port 7000
we say otherwise per above (change in start.sh
)