Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetLED |
uEye Camera Manual Version 3.80
is_SetLED
USB 2.0 |
USB 2.0 |
Syntax
INT is_SetLED (HIDS hCam, INT nValue)
Description
Using is_SetLED(), you can toggle the color of the LED on the back of the USB uEye camera housing.
|
Input Parameters
hCam |
Camera handle |
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