© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
355
4.3.87 is_SetGainBoost
Syntax
INT is_SetGainBoost (HIDS hCam, INT mode)
Description
In some cameras, is_SetGainBoost() enables an additional analog hardware gain boost feature
on the sensor.
Input parameters
Returns the current state of the gain boost
function.
Enables the gain boost function.
Disables the gain boost function.
IS_GET_SUPPORTED_GAINBOOST
Indicates whether the camera supports a gain
boost feature or not.
Return values
Current setting when used together with
IS_GET_GAINBOOST
Returns IS_SET_GAINBOOST_ON if the function is
enabled, otherwise it returns
IS_SET_GAINBOOST_OFF.
Current setting when used together with
IS_GET_SUPPORTED_GAINBOOST
Returns IS_SET_GAINBOOST_ON if the function is
supported, otherwise it returns
IS_SET_GAINBOOST_OFF.
Camera is in standby mode, function not allowed
Function executed successfully
Related functions
is_SetHardwareGain()
is_SetHWGainFactor()
is_SetAutoParameter()