diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2019-10-08 02:45:26 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-10 21:39:53 +0300 |
commit | 39ef1f32c1cbd1fbbfe5ab424d3fd6703b3672f1 (patch) | |
tree | 5f9c942d481b8e8abefc53e598b5eb8cabfadd4c | |
parent | 8eec5712c0fa7b854e5280fc7526fb539bfd0cdd (diff) |
libcamera: controls: Fix documentation of AwbEnable
Align the wording of the documentation for the AwbEnable control with
review comments for similar controls.
Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | src/libcamera/control_ids.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/control_ids.yaml b/src/libcamera/control_ids.yaml index 819a5967..0e18ec93 100644 --- a/src/libcamera/control_ids.yaml +++ b/src/libcamera/control_ids.yaml @@ -8,7 +8,7 @@ controls: - AwbEnable: type: bool description: | - Enables or disables the AWB. + Enable or disable the AWB. \sa ManualGain |