libcamera: controls: Define a default lens position behaviour
Update the AfMode control description to explicitly define a startup/default behaviour. On startup, the camera will move the lens to the position given by the default value of the LensPosition control if operating in manual focus mode. Typically this would be the hyperfocal position of the lens. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
ea93e7899f
commit
bdba31cc02
1 changed files with 7 additions and 0 deletions
|
@ -408,6 +408,13 @@ controls:
|
||||||
LensPosition control.
|
LensPosition control.
|
||||||
|
|
||||||
In this mode the AfState will always report AfStateIdle.
|
In this mode the AfState will always report AfStateIdle.
|
||||||
|
|
||||||
|
If the camera is started in AfModeManual, it will move the focus
|
||||||
|
lens to the position specified by the LensPosition control.
|
||||||
|
|
||||||
|
This mode is the recommended default value for the AfMode control.
|
||||||
|
External cameras (as reported by the Location property set to
|
||||||
|
CameraLocationExternal) may use a different default value.
|
||||||
- name: AfModeAuto
|
- name: AfModeAuto
|
||||||
value: 1
|
value: 1
|
||||||
description: |
|
description: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue