[libcamera-devel] [PATCH 0/2] Introduce Metadata class in ipa

Jean-Michel Hautbois jeanmichel.hautbois at ideasonboard.com
Mon Jul 12 15:16:28 CEST 2021


This small patch series introduces the metadata class, imported from RPi
and documented.
The second patch modifies the current IPU3 AWB to use the metadata
class. And it also adds some documentation in this same AWB.

Jean-Michel Hautbois (2):
  ipa: libipa: Introduce Metadata class
  ipa: ipu3: Use metadata and improve the doc

 src/ipa/ipu3/ipu3.cpp       |   9 ++-
 src/ipa/ipu3/ipu3_awb.cpp   | 116 ++++++++++++++++++++++++++----------
 src/ipa/ipu3/ipu3_awb.h     |  34 ++++++-----
 src/ipa/libipa/meson.build  |   6 +-
 src/ipa/libipa/metadata.cpp | 101 +++++++++++++++++++++++++++++++
 src/ipa/libipa/metadata.h   |  90 ++++++++++++++++++++++++++++
 6 files changed, 307 insertions(+), 49 deletions(-)
 create mode 100644 src/ipa/libipa/metadata.cpp
 create mode 100644 src/ipa/libipa/metadata.h

-- 
2.30.2



More information about the libcamera-devel mailing list