From 344064a1115d3d14640046d0edea960ba1ede45c Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Mon, 16 Dec 2024 16:20:10 +0900 Subject: ipa: rkisp1: Add Lux algorithm module Add a lux algorithm module to rkisp1 IPA for estimating the lux level of an image. This is reported in metadata, as well as saved in the frame context so that other algorithms (mainly AGC) can use its value. It does not set any controls. Signed-off-by: Paul Elder Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Isaac Scott --- src/ipa/rkisp1/algorithms/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipa/rkisp1/algorithms/meson.build') diff --git a/src/ipa/rkisp1/algorithms/meson.build b/src/ipa/rkisp1/algorithms/meson.build index 1734a667..c66b0b70 100644 --- a/src/ipa/rkisp1/algorithms/meson.build +++ b/src/ipa/rkisp1/algorithms/meson.build @@ -12,4 +12,5 @@ rkisp1_ipa_algorithms = files([ 'goc.cpp', 'gsl.cpp', 'lsc.cpp', + 'lux.cpp', ]) -- cgit v1.2.1