[libcamera-devel] [PATCH v2 0/2] libipa: Add support for a new camera sensor

Jean-Michel Hautbois jeanmichel.hautbois at ideasonboard.com
Thu Jun 10 16:57:14 CEST 2021


In order for the IPAs to be able to set proper control values to the
sensor, introduce a new CameraSensorHelper class which aims to remove
the dependency between sensors and pipeline handlers. The main goal is
to have common units on the IPA side and let the CameraSensorHelper
class be overriden for each sensor to support.

Jean-Michel Hautbois (2):
  ipa: Create a camera sensor helper class
  ipa: ipu3: Initialize CameraSensorHelper at IPU3 init stage

 src/ipa/ipu3/ipu3.cpp                   |  17 +-
 src/ipa/libipa/camera_sensor_helper.cpp | 322 ++++++++++++++++++++++++
 src/ipa/libipa/camera_sensor_helper.h   |  89 +++++++
 src/ipa/libipa/meson.build              |   2 +
 4 files changed, 426 insertions(+), 4 deletions(-)
 create mode 100644 src/ipa/libipa/camera_sensor_helper.cpp
 create mode 100644 src/ipa/libipa/camera_sensor_helper.h

-- 
2.30.2



More information about the libcamera-devel mailing list