[libcamera-devel,v3,0/3] Default lens behaviour
mbox series

Message ID 20230605091406.31757-1-naush@raspberrypi.com
Headers show
Series
  • Default lens behaviour
Related show

Message

Naushir Patuck June 5, 2023, 9:14 a.m. UTC
Hi,

A few minor changes from v2:

- Reword documentation in patch 1/3 to address default lens position in AfMode
  instead of LensPosition.
- Minor logic change in patch 3/3 to test for AF algorithm only if a lens is
  present.

Thanks,
Naush

Naushir Patuck (3):
  libcamera: controls: Define a default lens position behaviour
  pipeline: ipa: rpi: Return lens controls from ipa->configure()
  ipa: rpi: Set lens position to hyperfocal on startup

 include/libcamera/ipa/raspberrypi.mojom       |  3 ++-
 src/ipa/rpi/common/ipa_base.cpp               | 19 ++++++++++++++++++-
 src/libcamera/control_ids.yaml                |  7 +++++++
 .../pipeline/rpi/common/pipeline_base.cpp     |  6 ++++--
 4 files changed, 31 insertions(+), 4 deletions(-)