[libcamera-devel,v2,0/3] Noise reduction
mbox series

Message ID 20211221051023.2628625-1-paul.elder@ideasonboard.com
Headers show
Series
  • Noise reduction
Related show

Message

Paul Elder Dec. 21, 2021, 5:10 a.m. UTC
This patch series is about noise reduction.

1/3 promotes the noise reduction control. It has not changed since v1.

2/3 cleans up the noise reduction controls that are used in the
raspberrypi IPA. This has also not changed since v1.

3/3 does the plumbing of noise reduction into the HAL layer. This has
had some cleaniless fixes since v1.

Paul Elder (3):
  controls: Promote NoiseReductionMode to non-draft
  ipa: raspberrypi: Clean up NoiseReductionMode values
  android: Plumb noise reduction

 include/libcamera/ipa/raspberrypi.h |  8 +++-
 src/android/camera_capabilities.cpp | 36 +++++++++++++-
 src/android/camera_device.cpp       | 70 +++++++++++++++++++++++++--
 src/ipa/raspberrypi/raspberrypi.cpp | 10 ++--
 src/libcamera/control_ids.yaml      | 73 +++++++++++++++++------------
 5 files changed, 156 insertions(+), 41 deletions(-)