|
LedMode Enumeration
|
XIMEA camera's LED state options.
Namespace:
Accord.Video.Ximea
Assembly:
Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax Members
| Member name | Value | Description |
---|
| Heartbeat | 0 |
Blink if link is ok (led 1), heartbeat mode (led 2).
|
| TriggerActive | 1 |
Blink led if trigger detected.
|
| ExternalEventActive | 2 |
Blink led if external signal detected.
|
| Acquisition | 3 |
Blink led during data streaming.
|
| ExposureActive | 4 |
Blink led during sensor integration time.
|
| FrameActive | 5 |
Blink if device busy/not busy.
|
| Link | 6 |
Blink led if link is OK.
|
| Off | 7 |
Turn off LED.
|
| On | 8 |
Turn on LED.
|
See Also