Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetGainBoost |
uEye Camera Manual Version 3.80
is_SetGainBoost
USB 2.0 GigE |
USB 2.0 GigE |
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
hCam |
Camera handle |
mode |
|
IS_GET_GAINBOOST |
Returns the current state of the gain boost function. |
IS_SET_GAINBOOST_ON |
Enables the gain boost function. |
IS_SET_GAINBOOST_OFF |
Disables the gain boost function. |
IS_GET_SUPPORTED_GAINBOOST |
Indicates whether the camera supports a gain boost feature or not. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
Returns IS_SET_GAINBOOST_ON if the function is enabled, otherwise it returns IS_SET_GAINBOOST_OFF. |
Current setting when used together with |
Returns IS_SET_GAINBOOST_ON if the function is supported, otherwise it returns IS_SET_GAINBOOST_OFF. |
Related Functions