[0/1] libcamera: software_isp: Actually apply black level from tuning data
mbox series

Message ID 20241108094333.332643-1-mzamazal@redhat.com
Headers show
Series
  • libcamera: software_isp: Actually apply black level from tuning data
Related show

Message

Milan Zamazal Nov. 8, 2024, 9:43 a.m. UTC
This is an alternative proposal fixing the black level to
https://patchwork.libcamera.org/patch/21703/ by Robert.  This patch
fixes just the obvious bug, the other parts of the given series,
i.e. attempt to fix problems when switching cameras[1] or introducing
IMX355 helper, are not covered.  This patch can be handled separately or
incorporated into the Robert’s series or another solution may be
proposed.

[1] I wonder whether
https://patchwork.libcamera.org/project/libcamera/list/?series=4752
could be related.

Milan Zamazal (1):
  libcamera: software_isp: Actually apply black level from tuning data

 src/ipa/simple/algorithms/blc.cpp | 7 +++++--
 src/ipa/simple/algorithms/blc.h   | 4 ++++
 src/ipa/simple/soft_simple.cpp    | 3 +--
 3 files changed, 10 insertions(+), 4 deletions(-)