[libcamera-devel,v2,0/1] AF controls
mbox series

Message ID 20220331151747.19458-1-david.plowman@raspberrypi.com
Headers show
Series
  • AF controls
Related show

Message

David Plowman March 31, 2022, 3:17 p.m. UTC
Hi again

Here's v2 of the AF controls. Besides some relatively minor formatting
fixes and some re-wording, there are two principal changes:

1. I added an AfLensPosition control (distinct from LensPosition) that
lets you easily set the lens to hyperfocal (for example).

2. I've expanded the AfState to include the mode and one or two other
things so that it completely reflects that true state of the
algorithm.

And here's a link to my attempt at a state transition diagram:

https://docs.google.com/drawings/d/1rU2nS82dEC8Y2eY0lKPkQQhd67gKLOl7PvSeUcL1j_E/edit?usp=sharing

(it can always be Ascii-ified at a later date!)

Thanks

David

David Plowman (1):
  libcamera: controls: Controls for driving AF (autofocus) algorithms

 src/libcamera/control_ids.yaml | 373 +++++++++++++++++++++++++++------
 1 file changed, 313 insertions(+), 60 deletions(-)