[v2,0/1] Get black level from the camera helper
mbox series

Message ID 20241009191940.2359227-1-mzamazal@redhat.com
Headers show
Series
  • Get black level from the camera helper
Related show

Message

Milan Zamazal Oct. 9, 2024, 7:19 p.m. UTC
This patch takes the black level value for the given sensor from its
specification, if available.  The initial intention was to get the value
from the tuning file but in the meantime the value was added to
CameraSensorHelper so it’s taken from there.

Changes in v2:
- Rebased on the merged version of software ISP refactoring.
- The black level is represented as a pixel value rather than a 0..1
  floating value.

Milan Zamazal (1):
  libcamera: software_isp: Get black level from the camera helper

 src/ipa/simple/algorithms/blc.cpp | 6 +++++-
 src/ipa/simple/ipa_context.h      | 4 ++++
 src/ipa/simple/soft_simple.cpp    | 3 +++
 3 files changed, 12 insertions(+), 1 deletion(-)