THORLABS DCU223x Operation Manual And Sdk page 311

Cdd and cmos cameras
Hide thumbs Also See for DCU223x:
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dcu224xDcc1240xDcc1545mDcc1645c

Table of Contents