html: add control.html and change POST /option interface

This commit is contained in:
Kamil Trzcinski
2023-05-30 11:26:09 +02:00
parent 67832e526c
commit 7cb28d810d
4 changed files with 855 additions and 45 deletions

View File

@ -5,6 +5,8 @@
- libcamera: expose all options with human readable settings
- v4l2: expose all options with human readable settings
- libcamera: do not expose some options that should not be made configurable
- http: add `/control` to provide simple JS interface to live edit camera settings
- http: change `/option` to accept `device=`, `key=`, and `value=`
## Variants