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

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

Message

David Plowman May 5, 2022, 2:14 p.m. UTC
Hi everyone

Here's version 4 of the AF controls. As usual, most stuff is unchanged
from last time except for:

1. There's a new AfMetering control which determines whether to use
the AfWindows or something else. This is partly so that the algo can
choose grids if it wants, and might be helpful to applications that
simply don't want to bother ("I don't care, just work!").

2. The AfWindow units are defined to be pixels within the
ScalerCropMaximum rectangle, and they won't change if an application
changes the ScalerCrop control.

Thanks again, hopefully we're getting near the finishing line!

David


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

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