[libcamera-devel,0/3] libcamera: rkisp1: Add lens control
mbox series

Message ID 20220628090656.19572-1-dse@thaumatec.com
Headers show
Series
  • libcamera: rkisp1: Add lens control
Related show

Message

Daniel Semkowicz June 28, 2022, 9:06 a.m. UTC
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(-)