© 2016 Thorlabs Scientific Imaging252
DCx Camera Functional Description and SDK Manual
4.3.51 is_GetSensorScalerInfo
Syntax
INT is_GetSensorScalerInfo (HIDS hCam,
SENSORSCALERINFO* pSensorScalerInfo,
INT nSensorScalerInfoSize)
Description
Using is_GetSensorScalerInfo() you can query information on the image scaling which is
supported by some sensors.
Note
Internal image scaling is only supported by DCC1240x and DCC3240x series sensors.
Input parameters
Pointer to a SENSORSCALERINFO type structure to
which the information will be written
Contents of the SENSORSCALERINFO structure
Returns the number of steps for the scaling factor
Returns the increment for the scaling factor
Returns the minimum scaling factor
Returns the maximum scaling factor
Returns the current scaling factor
Returns the supported function modes, see
is_SetSensorScaler()
Return values
One of the submitted parameters is outside the
valid range or is not supported for this sensor or
is not available in this mode.
The camera model used here does not support
this function or setting.
Function executed successfully
Related functions
is_SetSensorScaler()