Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,28 +222,100 @@ components:
description: "Image light index"
enum:
- 0
- 1
- 2
- 4
- 6
- 8
- 16
- 24
- 32
- 64
- 128
- 134
- 256
- 512
- 1024
- 2048
- 3072
- 4096
- 8192
- 65536
- 524288
- 1048576
- 2097152
- 4194304
- 8388608
- 16777216
- 67108864
- 268435456
- 1073741830
- 1073741848
- 1073741952
x-enum-descriptions:
- "No Light"
- "OVI scheme"
- "Upper/lower white"
- "Side white"
- "White"
- "Upper/lower lighters of IR light scheme"
- "Side lighters of IR light scheme"
- "Infrared"
- "Transmitted"
- "Transmitted IR"
- "Ultraviolet"
- "White UV"
- "IR luminescence"
- "Coaxial white light without separate control of left and right lighters scheme"
- "Left lighter of white coaxial light scheme"
- "Right lighter of white coaxial light scheme"
- "Axial white"
- "IR720"
- "IR940"
- "Transmitted AntiStokes"
- "UVС 254 (mod. 88X0)"
- "UVB 313 (mod. 88X0)"
- "White oblique light"
- "For internal use"
- "General white light without separate control of side and upper/lower lighters scheme"
- "General IR light without separate control of side and upper/lower lighters scheme"
- "OVD light for hologram visualization"
- "Light IR 870 oblique"
- "HR white"
- "HR IR"
- "HR UV"
x-enum-varnames:
- "OFF"
- "OVI"
- "WHITE_TOP"
- "WHITE_SIDE"
- "WHITE"
- "IR_TOP"
- "IR_SIDE"
- "IR"
- "TRANSMITTED"
- "TRANSMITTED_IR"
- "UV"
- "WHITE_UV"
- "IR_LUMINESCENCE"
- "AXIAL_WHITE_FRONT"
- "AXIAL_WHITE_LEFT"
- "AXIAL_WHITE_RIGHT"
- "AXIAL_WHITE"
- "IR_720"
- "IR_940"
- "ANTI_STOKES"
- "UVC"
- "UVB"
- "WHITE_OBL"
- "WHITE_SPECIAL"
- "WHITE_FRONT"
- "IR_FRONT"
- "OVD"
- "IR_870_OBL"
- "HR_WHITE"
- "HR_IR"
- "HR_UV"

Point:
title: "Point"
Expand Down