Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libcamera Upstream-Contact: Laurent Pinchart Source: https://git.linuxtv.org/libcamera.git/ Files: src/ipa/raspberrypi/data/*.json utils/raspberrypi/ctt/ctt_config_example.json utils/raspberrypi/ctt/ctt_ref.pgm Copyright: 2019-2020 Raspberry Pi (Trading) Ltd. License: BSD-2-Clause Files: src/qcam/assets/feathericons/*.svg Copyright: 2019 Cole Bemis (and other Feather icons contributors) License: MIT Comment: https://feathericons.com/ Files: utils/ipc/mojo utils/ipc/tools Copyright: Copyright 2013-2020 The Chromium Authors. All rights reserved. License: BSD-3-Clause Source: https://chromium.googlesource.com/chromium/src.git/ 'form'>
libcamera pipeline handler for VIVIDgit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
path: root/src/apps/qcam/cam_select_dialog.cpp
blob: 3c8b12a9c1741991f1c32111f0668203ed8582b3 (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111