summaryrefslogtreecommitdiff
path: root/src/libcamera/control_ids.yaml
blob: 819a5967a2fc8d5604ed5c6313777b51415be44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# Copyright (C) 2019, Google Inc.
#
%YAML 1.2
---
controls:
  - AwbEnable:
      type: bool
      description: |
        Enables or disables the AWB.

        \sa ManualGain

  - Brightness:
      type: int32_t
      description: Specify a fixed brightness parameter

  - Contrast:
      type: int32_t
      description: Specify a fixed contrast parameter

  - Saturation:
      type: int32_t
      description: Specify a fixed saturation parameter

  - ManualExposure:
      type: int32_t
      description: Specify a fixed exposure time in milli-seconds

  - ManualGain:
      type: int32_t
      description: Specify a fixed gain parameter

...