https://www.ximea.com/support/wiki/usb3/controlling_the_user_interface_leds
Controlling the User Interface LEDs¶
This feature allows to control the User Interface LEDs on the camera housing.
Feature parameters¶
Sample code in xiAPI¶
xiSetParamInt(h,XI_PRM_LED_SELECTOR, XI_LED_SEL1);
xiSetParamInt(h,XI_PRM_LED_MODE,XI_LED_ON);
// Now Status1 LED should be on
xiSetParamInt(h,XI_PRM_LED_SELECTOR, XI_LED_SEL3);
xiSetParamInt(h,XI_PRM_LED_MODE,XI_LED_OFF);
// Now Power LED should be off