[libcamera-devel,v4,0/2] HDR for Raspberry Pi
mbox series

Message ID 20240109102547.2762-1-david.plowman@raspberrypi.com
Headers show
Series
  • HDR for Raspberry Pi
Related show

Message

David Plowman Jan. 9, 2024, 10:25 a.m. UTC
Hi everyone

v4 of this patch set rebases v3 on top of all the updates that have
happening in the intervening months.

The HDR algorithm code actually looks to have been updated in the
interim to something newer than was in the v3 set, so all those
changes have been dropped. This leaves just the HDR mode control
plumbing from the first patch, and then the whole of the second patch
which updates the tuning files.

Hope that makes sense!

Thanks
David

David Plowman (2):
  ipa: rpi: Implement HDR control
  ipa: rpi: vc4: data: Update tuning files for HDR

 src/ipa/rpi/common/ipa_base.cpp            |  49 +++
 src/ipa/rpi/vc4/data/imx219.json           | 384 +++++++++++++++-----
 src/ipa/rpi/vc4/data/imx219_noir.json      | 384 +++++++++++++++-----
 src/ipa/rpi/vc4/data/imx477.json           | 376 +++++++++++++++-----
 src/ipa/rpi/vc4/data/imx477_noir.json      | 384 +++++++++++++++-----
 src/ipa/rpi/vc4/data/imx708.json           | 346 +++++++++++++-----
 src/ipa/rpi/vc4/data/imx708_noir.json      | 346 +++++++++++++-----
 src/ipa/rpi/vc4/data/imx708_wide.json      | 346 +++++++++++++-----
 src/ipa/rpi/vc4/data/imx708_wide_noir.json | 346 +++++++++++++-----
 src/ipa/rpi/vc4/data/ov5647.json           | 388 ++++++++++++++++-----
 10 files changed, 2573 insertions(+), 776 deletions(-)