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

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

Message

David Plowman Jan. 18, 2022, 11:37 a.m. UTC
Hi everyone

Here's a second attempt at this. Mostly things are unchanged except for:

* I've introduced a "manual" mode in which you can only really set new
  lens positions.

* There's a "pause" control that you can use to suspend CAF.

* And generally I've tried to make it clearer exactly what AfState
  reports back in various situations.

Thanks!

David

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

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