From e78832cf91a81539f6188cf38739c3547b74684b Mon Sep 17 00:00:00 2001 From: Daniel Semkowicz Date: Thu, 19 Jan 2023 09:41:06 +0100 Subject: rkisp1: Control camera lens position from IPA Allow control of lens position from the IPA, by setting corresponding af fields in the IPAFrameContext structure. Controls are then passed to the pipeline handler, which sets the lens position in CameraLens. Signed-off-by: Daniel Semkowicz --- src/ipa/rkisp1/ipa_context.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ipa/rkisp1/ipa_context.h') diff --git a/src/ipa/rkisp1/ipa_context.h b/src/ipa/rkisp1/ipa_context.h index b9b20653..1fac6af9 100644 --- a/src/ipa/rkisp1/ipa_context.h +++ b/src/ipa/rkisp1/ipa_context.h @@ -53,6 +53,11 @@ struct IPASessionConfiguration { }; struct IPAActiveState { + struct { + uint32_t lensPosition; + bool applyLensCtrls; + } af; + struct { struct { uint32_t exposure; -- cgit v1.2.1