uEye ActiveX Manual Version 4.00
Syntax
LONG SetLED (LONG nValue)
Description
Using SetLED(), you can toggle the color of the LED on the back of the USB uEye camera housing.
|
|
Parameters
nValue |
|
IS_SET_LED_OFF |
Switches LED to red. |
IS_SET_LED_ON |
Switches LED to green. |
IS_SET_LED_TOGGLE |
Toggles between red and green. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions