[libcamera-devel] [PATCH v2 0/2] Introduce YamlParser for YAML files

Han-Lin Chen hanlinchen at chromium.org
Thu Apr 14 07:26:50 CEST 2022


Hi,
The series is a subset of the previous series for configuration files,
which moves the YamlParser related patches as the separate series.

Many thanks for previous comments.

Han-Lin Chen (2):
  libcamera: Introduce YamlParser as a helper to parse yaml files
  android: camera_hal_config: Use YamlParser to parse android HAL config

 README.rst                               |   4 +-
 include/libcamera/internal/meson.build   |   1 +
 include/libcamera/internal/yaml_parser.h |  86 +++
 src/android/camera_hal_config.cpp        | 334 +++-------
 src/android/meson.build                  |   1 -
 src/libcamera/meson.build                |   3 +
 src/libcamera/yaml_parser.cpp            | 781 +++++++++++++++++++++++
 7 files changed, 947 insertions(+), 263 deletions(-)
 create mode 100644 include/libcamera/internal/yaml_parser.h
 create mode 100644 src/libcamera/yaml_parser.cpp

-- 
2.35.1.1178.g4f1659d476-goog



More information about the libcamera-devel mailing list