Files
AI-on-the-edge-device/param-docs
jasaw 7225792b4b Add support for OV5640 camera (#3063)
* Add support for OV5640 camera

* clean up sharpness handling

* limit sharpness range to -2 and +2

* refactor

* Fix OV3660 sharpness handling

* refactor sharpness handling

* fix OV3660 zoom mode

* reinstate aspect ratio via imageSize

* Changed OV5640 full frame size to match datasheet

* various fixes

* add denoise config and general clean up

* fix line endings to LF

* Support enabling red blue swap via web interface

* update jpeg quality limits

* remove color swap config; color swap workaround dependent on vflip

* fix missing commit

* fix gain ceiling

* Update cam vflip param page

* fix typo: camdenoise, not camsdenoise

* fix compile errors
2024-08-29 21:57:26 +02:00
..
2024-01-31 21:53:56 +01:00
2024-01-31 21:53:56 +01:00
2024-01-31 21:53:56 +01:00
2024-01-31 21:53:56 +01:00

Parameter Documentation

Each parameter which is listed in the configfile has its own description page in the folder parameter-pages (grouped by the config sections). Those pages can be edited as needed.

During a Github action build, those parameter pages will be used to generate the tooltips in the web interface. And they also are used to build the Online Documentation.

If you create or rename a parameter, make sure to also update its description page!

Template Generator

The script generate-template-param-doc-pages.py should be run whenever a new parameter gets added to the config file. It then checks if there is already a page for each of the parameters.

  • If no page exists yet, a templated page gets generated.
  • Existing pages do not get modified.

If the parameter is listed in expert-params.txt, an Expert warning will be shown.

If the parameter is listed in hidden-in-ui.txt, a Note will be shown.