Skip to content

Commit 0aefabb

Browse files
Update light enum
1 parent 77722e6 commit 0aefabb

1 file changed

Lines changed: 4 additions & 135 deletions

File tree

common.yml

Lines changed: 4 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -209,157 +209,26 @@ components:
209209
type: integer
210210

211211
Light:
212-
title: "Light"
213212
type: integer
214-
format: int64
215213
description: "Image light index"
216214
enum:
217215
- 0
218-
- 1
219-
- 2
220-
- 4
221-
- 8388608
222216
- 6
223-
- 8
224-
- 16
225-
- 16777216
226217
- 24
227-
- 33554432
228218
- 128
229-
- 67108864
230-
- 134217728
231-
- 268435456
232-
- 256
233-
- 1024
234-
- 2048
235-
- 512
236-
- 4096
237-
- 8192
238219
- 3072
239-
- 2147483648
240-
- 2415919104
241-
- 2684354560
242-
- 2952790016
243-
- 3221225472
244-
- 32
245-
- 64
246-
- 65536
247-
- 16384
248-
- 262144
249-
- 131072
250-
- 32768
251-
- 16777216
252-
- 67108864
253-
- 64
254-
- 32
255-
- 524288
256-
- 1048576
257-
- 2097152
258-
- 4194304
259-
- 134
260-
- 67108870
261-
- 1073741824
262-
- 1073741830
263-
- 1073741952
264-
- 1073741848
265220
x-enum-descriptions:
266-
- "Lighting schemes are off"
267-
- "OVI scheme"
268-
- "Upper/lower lighters of white light scheme"
269-
- "Side lighters of white light scheme"
270-
- "General white light without separate control of side and upper/lower lighters scheme"
271-
- "Upper/lower and side lighters of white light scheme"
272-
- "Upper/lower lighters of IR light scheme"
273-
- "Side lighters of IR light scheme"
274-
- "General IR light without separate control of side and upper/lower lighters scheme"
275-
- "Upper/lower and side lighters of IR light scheme"
276-
- "general white image converted to grayscale"
277-
- "General UV light scheme"
278-
- "OVD light for hologram visualization"
279-
- "Video detection light for internal use only"
280-
- "Light IR 870 oblique"
281-
- "IR luminescence"
282-
- "Left lighter of white coaxial light scheme"
283-
- "Right lighter of white coaxial light scheme"
284-
- "Coaxial white light without separate control of left and right lighters scheme"
285-
- "IR720"
286-
- "IR940"
221+
- "No Light"
222+
- "White"
223+
- "Infrared"
224+
- "Ultraviolet"
287225
- "Right and left lighters of white coaxial light scheme"
288-
- "For internal use"
289-
- "For internal use"
290-
- "For internal use"
291-
- "For internal use"
292-
- "For internal use"
293-
- "Transmitted"
294-
- "Transmitted IR"
295-
- "Transmitted AntiStokes"
296-
- "Transmitted IR940"
297-
- "OVD right"
298-
- "OVD left"
299-
- "IR 700"
300-
- "Front IR870 (mod. 8803)"
301-
- "OVD light (hologram visualization) (mod. 8850)"
302-
- "For internal use"
303-
- "For internal use"
304-
- "UVС 254 (mod. 88X0)"
305-
- "UVB 313 (mod. 88X0)"
306-
- "White oblique light"
307-
- "For internal use"
308-
- "White UV"
309-
- "White full hologram"
310-
- "HR light"
311-
- "HR white"
312-
- "HR UV"
313-
- "HR IR"
314226
x-enum-varnames:
315227
- "OFF"
316-
- "OVI"
317-
- "WHITE_TOP"
318-
- "WHITE_SIDE"
319-
- "WHITE_FRONT"
320228
- "WHITE"
321-
- "IR_TOP"
322-
- "IR_SIDE"
323-
- "IR_FRONT"
324229
- "IR"
325-
- "WHITE_GRAY"
326230
- "UV"
327-
- "OVD"
328-
- "VIDEODETECTION"
329-
- "IR_870_OBL"
330-
- "IR_LUMINESCENCE"
331-
- "AXIAL_WHITE_LEFT"
332-
- "AXIAL_WHITE_RIGHT"
333-
- "AXIAL_WHITE_FRONT"
334-
- "IR_720"
335-
- "IR_940"
336231
- "AXIAL_WHITE_FULL"
337-
- "RAW_DATA"
338-
- "RAW_DATA_GRBG"
339-
- "RAW_DATA_GBGR"
340-
- "RAW_DATA_RGGB"
341-
- "RAW_DATA_BGGR"
342-
- "TRANSMITTED"
343-
- "TRANSMITTED_IR"
344-
- "ANTI_STOKES"
345-
- "TRANSMITTED_IR940"
346-
- "OVD_RIGHT"
347-
- "OVD_LEFT"
348-
- "IR_700"
349-
- "IR_870"
350-
- "HOLO"
351-
- "IR_BOTTOM"
352-
- "WHITE_BOTTOM"
353-
- "UVC"
354-
- "UVB"
355-
- "WHITE_OBL"
356-
- "WHITE_SPECIAL"
357-
- "WHITE_UV"
358-
- "WHITE_FULL_HOLO"
359-
- "HR_LIGHT"
360-
- "HR_WHITE"
361-
- "HR_UV"
362-
- "HR_IR"
363232

364233
Point:
365234
title: "Point"

0 commit comments

Comments
 (0)