Class
Accessible
Camera.IO.Led.Set
Syntax
uEye.IOLed.Set(uEye.Defines.IO.LedState state)
Description
Sets the state of the LED.
Parameter
state |
USB 2 uEye SE Sets the state of the LED •uEye.Defines.IO.LedState.One: Sets LED to red. •uEye.Defines.IO.LedState.Two: Sets LED to green. |
USB 3 uEye cameras The following parameters affects the green LED only: •uEye.Defines.IO.LedState.On: Enables the LED (default setting when the camera starts). •uEye.Defines.IO.LedState.Off: Disables the LED. The LED only flashes if an error occurs. •uEye.Defines.IO.LedState.Blink: Enables the LED with permanent flashing. •uEye.Defines.IO.LedState.BlinkFiveTimes: The LED flashes five times and returns to its previous state (active/inactive). |