From bf0915a4e808247fc26d817e66cc20e6d15067d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Fri, 27 Sep 2019 04:44:16 +0200 Subject: libcamera: ipa: rkisp1: Add basic control of auto exposure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an IPA which controls the exposure time and analog gain for a sensor connected to the rkisp1 pipeline. The IPA supports turning AE on and off and informing the camera of the status of the AE control loop. Signed-off-by: Niklas Söderlund Reviewed-by: Jacopo Mondi Reviewed-by: Laurent Pinchart --- src/ipa/rkisp1/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/ipa/rkisp1/meson.build (limited to 'src/ipa/rkisp1/meson.build') diff --git a/src/ipa/rkisp1/meson.build b/src/ipa/rkisp1/meson.build new file mode 100644 index 00000000..1cab319c --- /dev/null +++ b/src/ipa/rkisp1/meson.build @@ -0,0 +1,7 @@ +rkisp1_ipa = shared_module('ipa_rkisp1', + 'rkisp1.cpp', + name_prefix : '', + include_directories : ipa_includes, + dependencies : libcamera_dep, + install : true, + install_dir : ipa_install_dir) -- cgit v1.2.1