261SDK (Software development Kit)
© 2010 Thorlabs
7.3.89
is_SetGainBoost
Syntax
INT is_SetGainBoost (HIDS hCam, INT mode)
Description
In some cameras, is_SetGainBoost() enables an additional analogue 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
Function executed successfully
Current setting when used together with
IS_GET_GAINBOOST
Returns 0 if the camera does not support a gain boost
feature.
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.
Related Functions
is_SetHardwareGain()
is_SetHWGainFactor()
is_SetAutoParameter()
264
267
221