
AW00136902000
Physical Interface
Basler dart BCON
29
The LED can be turned off permanently by setting the DeviceIndicatorMode parameter to Inactive.
If the parameter is set to Inactive and the setting is stored in the startup set, the LED will light up for
approximately 1 second. For more information about the startup set, see Section 11.15 on
.
The following code snippet illustrates using the API to set the LED indicator mode:
// Turn off the LED indicator (LED is turned off permanently)
camera.DeviceIndicatorMode.SetValue(DeviceIndicatorMode_Inactive);
// Turn on the LED indicator (LED is on during camera operation)
camera.DeviceIndicatorMode.SetValue(DeviceIndicatorMode_Active);