226 DCx camera
© 2010 Thorlabs
IS_DEFAULT_AUTO_BRIGHT_REFERENCE
Default setpoint value for auto gain / exposure
IS_MIN_AUTO_BRIGHT_REFERENCE
Minimum setpoint value for auto gain / exposure
IS_MAX_AUTO_BRIGHT_REFERENCE
Maximum setpoint value for auto gain / exposure
Default value for auto speed
Maximum value for auto speed
Pre-defined values for auto white balance
For parameters pval1 and pval, NULL must be passed.
Default value for auto white balance offset
Minimum value for auto white balance offset
Maximum value for auto white balance offset
Default value for auto white balance speed
Minimum value for auto white balance speed
Maximum value for auto white balance speed
*) Not supported by all sensors (see info box above)
**) Not available when the sensor's internal controls are activated
Return Values
Function executed successfully
Related Functions
is_GetAutoInfo()
is_SetHardwareGain()
is_SetHWGainFactor()
is_SetExposureTime()
is_SetFrameRate()
is_SetAOI()
Code Samples
//Enable auto gain:
double dEnable = 1;
int ret = is_SetAutoParameter (hCam ,IS_SET_ENABLE_AUTO_GAIN, &dEnable, 0
);
//Set brightness setpoint value to 128:
double nominal = 128;
int ret = is_SetAutoParameter (hCam,IS_SET_AUTO_REFERENCE, &nominal, 0);
//Return shutter control limit:
152
264
267
251
259
219