mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-16 08:55:06 +03:00
utils: libtuning: parsers: Add yaml parser
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>
This commit is contained in:
parent
b44ee5c348
commit
0f89bf3efd
2 changed files with 18 additions and 0 deletions
|
@ -3,3 +3,4 @@
|
|||
# Copyright (C) 2022, Paul Elder <paul.elder@ideasonboard.com>
|
||||
|
||||
from libtuning.parsers.raspberrypi_parser import RaspberryPiParser
|
||||
from libtuning.parsers.yaml_parser import YamlParser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue