forked from RobboRob/allsky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcamera_options_RPiHQ.json.repo
216 lines (215 loc) · 4.6 KB
/
camera_options_RPiHQ.json.repo
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
[
{
"name":"width",
"default":"0",
"description":"Image width. 0 = max width",
"label":"Width",
"type":"number"
},
{
"name":"height",
"default":"0",
"description":"Image height. 0 = max height",
"label":"Height",
"type":"number"
},
{
"name":"exposure",
"default":"60000",
"description":"Time in ms (1000ms = 1 sec, range 1 - 240000 ms)",
"label":"Exposure",
"type":"number"
},
{
"name":"gain",
"default":"4",
"description":"Light sensitivity. Starts at 1 till 16. A high value returns a brighter image but more noise too",
"label":"Gain",
"type":"number"
},
{
"name":"autogain",
"default":"0",
"description":"Activate to enable auto-gain",
"label":"Auto-Gain",
"type":"checkbox"
},
{
"name":"gamma",
"default":"50",
"description":"-100 to 100. Changes the difference between light and dark areas. A hight value increases contrast",
"label":"Gamma",
"type":"number"
},
{
"name":"brightness",
"default":"50",
"description":"0 to 100. Changes the amount of light in the image. Low value = dark. high value = bright",
"label":"Brightness",
"type":"number"
},
{
"name":"awb",
"default":"0",
"description":"Auto White Balance",
"label":"AWB",
"type":"checkbox"
},
{
"name":"wbr",
"default":"2.5",
"description":"Red component for the White Balance, range 0 - 10",
"label":"Red balance",
"type":"text"
},
{
"name":"wbb",
"default":"2",
"description":"Blue component for the White Balance, range 0 - 10",
"label":"Blue balance",
"type":"text"
},
{
"name":"bin",
"default":"1",
"description":"1 = binning OFF (1x1), 2x2 binning, 4 = 4x4 binning",
"label":"Binning",
"type":"select",
"options": [
{"value": "1", "label": "1x1 binning"},
{"value": "2", "label": "2x2 binning"},
{"value": "4", "label": "4x4 binning"}
]
},
{
"name":"delay",
"default":"10",
"description":"Delay between images in milliseconds. 1000ms = 1 sec.",
"label":"Delay",
"type":"number"
},
{
"name":"daytimeDelay",
"default":"15000",
"description":"Delay between images during daytime in milliseconds. 1000ms = 1 sec.",
"label":"Daytime Delay",
"type":"number"
},
{
"name":"quality",
"default":"95",
"description":"Wuality range for a JPG image, range 0% - 100%",
"label":"Quality",
"type":"number"
},
{
"name":"filename",
"default":"image.jpg",
"description":"No whitespaces in filename. Extensions allowed: .jpg",
"label":"Filename",
"type":"text"
},
{
"name":"rotation",
"defualt":"0",
"description":"Set image rotation to enable proper orientation, range 0 - 359 degrees",
"label":"Orientation",
"type":"select",
"options": [
{"value": "0", "label": "Original"},
{"value": "90", "label": "90 degrees"},
{"value": "180", "label": "180 degrees"},
{"value": "270", "label": "270 degrees"}
]
},
{
"name":"flip",
"default":"0",
"description":"Select a flipping option if you want to reverse the image along an axis",
"label":"Flip",
"type":"select",
"options": [
{"value": "0", "label": "Original"},
{"value": "1", "label": "Horizontal"},
{"value": "2", "label": "Vertical"},
{"value": "3", "label": "Both"}
]
},
{
"name":"autofocus",
"default":"0",
"description":"Auto Focus",
"label":"Auto Focus",
"type":"checkbox"
},
{
"name":"darkframe",
"default":"0",
"description":"Capture dark frames",
"label":"Dark Frame",
"type":"checkbox"
},
{
"name":"text",
"default":"",
"description":"Default text to position at the top center at the image",
"label":"Image Title",
"type":"text"
},
{
"name":"time",
"default":"1",
"description":"Show the current date and time at the top center at the image",
"label":"Show Time",
"type":"checkbox"
},
{
"name":"showDetails",
"default":"1",
"description":"Show image details at the top center at the image",
"label":"Image Details",
"type":"checkbox"
},
{
"name":"fontsize",
"default":"32",
"description":"Font size 6 - 160, default value 32",
"label":"Font Size",
"type":"number"
},
{
"name":"fontcolor",
"default":"255",
"description":"Annotation text font color in gray scale value 0 (black) - 255 (white)",
"label":"Font Color",
"type":"number"
},
{
"name":"background",
"default":"255",
"description":"Background annotation text color in gray scale value 0 (black) - 255 (white)",
"label":"Background Color",
"type":"number"
},
{
"name":"latitude",
"default":"60.7N",
"description":"Latitude of the camera. Needs a number (0 to 90) and direction (N or S). Ex: 60.7N",
"label":"Latitude",
"type":"text"
},
{
"name":"longitude",
"default":"135.05W",
"description":"Longitude of the camera. Needs a number (0 to 180) and direction (E or W). Ex: 135.05W",
"label":"Longitude",
"type":"text"
},
{
"name":"angle",
"default":"-6",
"description":"Altitude of the sun in degrees relative to the horizon at which to start/stop capture",
"label":"Angle",
"type":"text"
}
]