51 ICAM-500 Programming Guide
Chapter 4 CamNavi2 SDK API Manual
4.6 module lighting
4.6.1 class Lighting
pos_zero()
Set lens focusing motor to position 0.
class lighting.Lighting(camera)
property selector
LED lighting location mode control. 8 LED trigger location modes.
Getter: Read LED lighting flash location.
Setter: Set LED lighting flash location.
Value: init value = 3
range = [0..7]
0: off
Type: int
Raises: ValueError
Input value out of range.
property gain
LED lighting gain control.
Getter: Read LED lighting gain value.
Setter: Set LED lighting gain.
Value: init value = 9
range = [0..25]
step = 1
Type: int
Raises: ValueError
Input value out of range.
property strobe_enable
Enable LED lighting function.
Getter: Read LED lighting enable status.
Setter: Set LED lighting enable.
Value: enable = 1
disable = 0
Type: int
Raises: ValueError
Input value out of range.