Add a parser to libtuning for parsing configuration files in yaml format. At the moment it doesn't parse anything and simply returns an empty config. This is fine for the time being, as the only user of it is the rkisp1 tuning script, which only has an LSC module which doesn't consume anything from the configuration file. When a module comes around that requires the yaml parser, it can be implemented then. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
||
---|---|---|
.. | ||
libtuning | ||
README.rst |
.. SPDX-License-Identifier: CC-BY-SA-4.0 .. TODO: Write an overview of libtuning Dependencies ------------ - cv2 - numpy - pyexiv2 - rawpy