[libcamera-devel] [PATCH 0/3] libcamera: rkisp1: Add lens control

Daniel Semkowicz dse at thaumatec.com
Tue Jun 28 11:06:53 CEST 2022


Hi,

This patch set adds lens control that is needed by auto focus algorithms.
AF algorithms can control the absolute focus by setting 
"context.frameContext.af.focus" value during process() method.

These changes base on the similar code for IPU3 and Raspberry Pi.

Best regards
Daniel Semkowicz

Daniel Semkowicz (3):
  libcamera: rkisp1: Control the lens from pipeline
  libcamera: rkisp1: ipa: Rename ctrls_ to sensorCtrls_
  libcamera: rkisp1: Control the lens from IPA

 include/libcamera/ipa/rkisp1.mojom       |  1 +
 src/ipa/rkisp1/ipa_context.h             |  4 ++
 src/ipa/rkisp1/rkisp1.cpp                | 50 ++++++++++++++++++++----
 src/libcamera/pipeline/rkisp1/rkisp1.cpp | 21 ++++++++++
 4 files changed, 69 insertions(+), 7 deletions(-)

-- 
2.34.1



More information about the libcamera-devel mailing list