/** \mainpage libcamera API reference Welcome to the API reference for libcamera, a complex camera support library for Linux, Android and ChromeOS. These pages are automatically generated from the libcamera source code and describe the API in detail - if this is your first interaction with libcamera then you may find it useful to visit the [documentation](../introduction.html) in the first instance, which can provide a more generic introduction to the library's concepts. \if internal As a follow-on to the developer's guide, to assist you in adding support for your platform the [pipeline handler writer's guide](../guides/pipeline-handler.html) and the [ipa module writer's guide](../guides/ipa.html) should be helpful. The full libcamera API is documented here. If you wish to see only the public part of the API you can use [these pages](../api-html/index.html) instead. \else As a follow-on to the developer's guide, to assist you in using libcamera within your project the [application developer's guide](../guides/application-developer.html) gives an overview on how to achieve that. Only the public part of the libcamera API is documented here; if you are a developer seeking to add support for your hardware to the library or make other improvements, you should switch to the internal API [reference pages](../internal-api-html/index.html) instead. \endif */ epository hosting on libcamera.org
summaryrefslogtreecommitdiff
path: root/test/controls/control_info_map.cpp
blob: 29b33515e48c857aad2c43552e7e8938a26cddc1 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89