[libcamera-devel] [PATCH v3 0/4] libcamera sharpness strength control
David Plowman
david.plowman at raspberrypi.com
Tue Jun 23 11:14:00 CEST 2020
Hi
Version 3 of the sharpness control patch - same as v2 except:
* Commit messages tidied a little.
* In commit 3 I've made the user_strength_ parameter a regular double
too, as everything does get serialised within our pipeline handler.
Thanks and best regards
David
David Plowman (4):
libcamera: Add a sharpness strength control
libcamera: ipa: raspberrypi: Make sharpening mode_factor an ordinary
double
libcamera: ipa: raspberrypi: Add sharpness strength control
libcamera: ipa: raspberrypi: plumb in the libcamera sharpness control
include/libcamera/ipa/raspberrypi.h | 1 +
.../raspberrypi/controller/rpi/sharpen.cpp | 29 +++++++++++++++----
.../raspberrypi/controller/rpi/sharpen.hpp | 8 +++--
.../controller/sharpen_algorithm.hpp | 21 ++++++++++++++
.../raspberrypi/controller/sharpen_status.h | 2 ++
src/ipa/raspberrypi/raspberrypi.cpp | 12 ++++++++
src/libcamera/control_ids.yaml | 12 ++++++++
7 files changed, 76 insertions(+), 9 deletions(-)
create mode 100644 src/ipa/raspberrypi/controller/sharpen_algorithm.hpp
--
2.20.1
More information about the libcamera-devel
mailing list