forked from thomasjacquin/allsky-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcamera_options_ZWO.json
316 lines (315 loc) · 7.11 KB
/
camera_options_ZWO.json
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
[
{
"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":10000,
"description":"Time in ms (1000ms = 1 sec)",
"label":"Exposure",
"type":"number"
},
{
"name":"maxexposure",
"default":20000,
"description":"Max exposure time in ms (1000ms = 1 sec)",
"label":"Max Exposure",
"type":"number"
},
{
"name":"autoexposure",
"default":"1",
"description":"Activate to enable auto-exposure",
"label":"Auto-Exposure",
"type":"checkbox"
},
{
"name":"gain",
"default":"50",
"description":"Light sensitivity. Starts at 0. A high value returns a brighter image but more noise too",
"label":"Gain",
"type":"number"
},
{
"name":"maxgain",
"default":200,
"description":"Upper gain limit when using auto-gain",
"label":"Max Gain",
"type":"number"
},
{
"name":"autogain",
"default":"0",
"description":"Activate to enable auto-gain",
"label":"Auto-Gain",
"type":"checkbox"
},
{
"name":"coolerEnabled",
"default":"0",
"description":"Activate to use cooling (works only on cooled cameras)",
"label":"Cooling",
"type":"checkbox"
},
{
"name":"targetTemp",
"default":"0",
"description":"Sensor's target temperature when cooler is enabled (degrees Celsius)",
"label":"Target Temp.",
"type":"number"
},
{
"name":"gamma",
"default":"50",
"description":"0 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":"wbr",
"default":"53",
"description":"Red component for the White Balance",
"label":"Red balance",
"type":"number"
},
{
"name":"wbb",
"default":"90",
"description":"Blue component for the White Balance",
"label":"Blue balance",
"type":"number"
},
{
"name":"bin",
"default":"1",
"description":"1 = binning OFF (1x1), 2 = 2x2 binning, 4 = 4x4 binning. Check available binning mode for your camera",
"label":"Binning",
"type":"number"
},
{
"name":"delay",
"default":"10",
"description":"Delay between images in milliseconds. 1000ms = 1 sec.",
"label":"Delay",
"type":"number"
},
{
"name":"daytimeDelay",
"default":"5000",
"description":"Delay between images during daytime in milliseconds. 1000ms = 1 sec.",
"label":"Daytime Delay",
"type":"number"
},
{
"name":"type",
"default":"1",
"description":"Choose between Color (RGB24) or Grayscale (RAW8, RAW16). 16 bits only works with PNG extension",
"label":"Image Type",
"type":"select",
"options": [
{"value": "0", "label": "RAW8"},
{"value": "1", "label": "RGB24"},
{"value": "2", "label": "RAW16"}
]
},
{
"name":"quality",
"default":"95",
"description":"Range for a PNG image: 0-9. Range for a JPG image: 0-100",
"label":"Quality",
"type":"number"
},
{
"name":"usb",
"default":"40",
"description":"Values between 40-100. This is BandwidthOverload",
"label":"USB bandwidth",
"type":"number"
},
{
"name":"filename",
"default":"image.jpg",
"description":"No whitespaces in filename. Extensions allowed: .jpg or .png",
"label":"Filename",
"type":"text"
},
{
"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":"text",
"default":"",
"description":"Text Overlay",
"label":"Text Overlay",
"type":"text"
},
{
"name":"extratext",
"default":"",
"description":"Extra Text File (Requires the full path to the file) If you are not using an extra text file ensure this field is empty",
"label":"Extra Text File",
"type":"text"
},
{
"name":"extratextage",
"default":"600",
"description":"The maximum age of the extra text file in seconds. After this time the file will no longer be dispalyed. Set to 0 to always display",
"label":"Max Age Of Extra",
"type":"number"
},
{
"name":"textlineheight",
"default":"30",
"description":"The line height of the text, if increasing the font size causes the text overlap then increase this value",
"label":"Line Height",
"type":"number"
},
{
"name":"textx",
"default":"15",
"description":"Text Placement Horizontal from LEFT in Pixels",
"label":"Text X",
"type":"number"
},
{
"name":"texty",
"default":"35",
"description":"Text Placement Vertical from TOP in Pixels",
"label":"Text Y",
"type":"number"
},
{
"name":"fontname",
"default":"0",
"description":"Font Types for the text overlay",
"label":"Font Name",
"type":"select",
"options": [
{"value": "0", "label": "Simplex"},
{"value": "1", "label": "Plain"},
{"value": "2", "label": "Duplex"},
{"value": "3", "label": "Complex"},
{"value": "4", "label": "Triplex"},
{"value": "5", "label": "Complex Small"},
{"value": "6", "label": "Script Simplex"},
{"value": "7", "label": "Script Complex"}
]
},
{
"name":"fontcolor",
"default":"255 255 255",
"description":"BGR value of text color. 0 to 255 for each channel. NOTE: When using RAW 16 only the B and G values are used i.e. 255 128 0",
"label":"Font Color",
"type":"text"
},
{
"name":"smallfontcolor",
"default":"0 0 255",
"description":"BGR value of text color. 0 to 255 for each channel. NOTE: When using RAW 16 only the B and G values are used i.e. 255 128 0",
"label":"Small Font Color",
"type":"text"
},
{
"name":"fonttype",
"default":"0",
"description":"Choose between smooth font lines (antialiased), 8-pixel or 4 pixel connectivity (harder edges)",
"label":"Font Smoothness",
"type":"select",
"options": [
{"value": "0", "label": "Antialiased"},
{"value": "1", "label": "8 connected"},
{"value": "2", "label": "4 connected"}
]
},
{
"name":"fontsize",
"default":"7",
"description":"Text Font Size",
"label":"Font Size",
"type":"number"
},
{
"name":"fontline",
"default":"1",
"description":"Text Font Line Thickness",
"label":"Font Weight",
"type":"number"
},
{
"name":"outlinefont",
"default":"0",
"description":"Adds an outline to the text overlay to improve contrast",
"label":"Use Outline Font",
"type":"checkbox"
},
{
"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"
},
{
"name":"time",
"default":"1",
"description":"Adds the time to the image. Combine with Text X and Text Y for placement",
"label":"Time",
"type":"checkbox"
},
{
"name":"darkframe",
"default":"0",
"description":"Activate to capture a dark frame. This mode hides text and time overlays",
"label":"Dark Frame",
"type":"checkbox"
},
{
"name":"showDetails",
"default":"1",
"description":"Activate to display the image metadata on the overlay",
"label":"Show Details",
"type":"checkbox"
}
]