USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x 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.
This function is currently not supported by the following camera models: •UI-1007XS |
Input parameters
hCam |
Camera handle |
Return values
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. |
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_MODE |
Camera is in standby mode, function not allowed |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions