© 2013 Thorlabs GmbH
4 Programming (SDK)
309
Function executed successfully
A timeout occurred. An image capturing process could
not be terminated within the allowable period.
Related functions
is_ParameterSet()
is_GetAutoInfo()
is_SetHardwareGain()
is_SetHWGainFactor()
is_Exposure()
is_SetFrameRate()
is_AOI()
Examples
//Enable auto gain control:
double dEnable = 1;
int ret = is_SetAutoParameter (hCam, IS_SET_ENABLE_AUTO_GAIN, &dEnable, 0);
//Set brightness setpoint to 128:
double nominal = 128;
int ret = is_SetAutoParameter (hCam, IS_SET_AUTO_REFERENCE, &nominal, 0);
//Return shutter control limit:
double maxShutter;
int ret = is_SetAutoParameter (hCam, IS_GET_AUTO_SHUTTER_MAX, &maxShutter, 0);
292
227
333
335
216
329
159