© 2016 Thorlabs Scientific Imaging122
DCx Camera Functional Description and SDK Manual
Returns the AOI in an IS_RECT object.
Sample 2 for AOI
Sets the AOI position by using an object of the IS_POINT_2D type.
IS_AOI_IMAGE_POS_ABSOLUTE can be ORed here, as well. Sample
for setting the AOI position
Returns the position in an IS_POINT_2D object.
Sets the AOI size by using an object of the IS_SIZE_2D type.
Returns the size in an IS_SIZE_2D object.
Returns the minimum possible position in an IS_POINT_2D object.
IS_AOI_IMAGE_GET_SIZE_MIN
Returns the smallest possible size in an IS_SIZE_2D object.
Returns the maximum possible position in an IS_POINT_2D object.
IS_AOI_IMAGE_GET_SIZE_MAX
Returns the largest possible size in an IS_SIZE_2D object.
Returns the increment for the position in an IS_POINT_2D object.
IS_AOI_IMAGE_GET_SIZE_INC
Returns the increment for the size in an IS_SIZE_2D object.
IS_AOI_IMAGE_GET_POS_X_ABS
Returns an UINT object indicating whether
IS_AOI_IMAGE_POS_ABSOLUTE is set for the X position. Sample 3 for
AOI
IS_AOI_IMAGE_GET_POS_Y_ABS
Returns an UINT object indicating whether
IS_AOI_IMAGE_POS_ABSOLUTE is set for the Y position.
IS_AOI_IMAGE_GET_ORIGINAL_AOI
Returns the AOI in an IS_RECT object without binning,
subsampling or scaling.
IS_AOI_IMAGE_SET_POS_FAST
Allows changing the AOI position very quickly by using an
IS_POINT_2D object. Hot pixel correction has to be disabled (see
information above).
IS_AOI_IMAGE_SET_POS_FAST_SUPPORTED
Returns an UINT object indicating whether fast AOI position
changes are supported. The passed variable returns 0 if the
function is not supported by the sensor.
IS_AOI_AUTO_BRIGHTNESS_SET_AOI
Sets the AOI for automatic brightness control (similar to
IS_AOI_IMAGE_SET_AOI).
IS_AOI_AUTO_BRIGHTNESS_GET_AOI
Returns the AOI for automatic brightness control (similar to
IS_AOI_IMAGE_GET_AOI).
IS_AOI_AUTO_WHITEBALANCE_SET_AOI
Sets the AOI for automatic white balance (similar to
IS_AOI_IMAGE_SET_AOI).
IS_AOI_AUTO_WHITEBALANCE_GET_AOI
Returns the AOI for automatic white balance (similar to
IS_AOI_IMAGE_GET_AOI).
IS_AOI_MULTI_GET_SUPPORTED_MODES
Returns the supported multi AOI modes in an UINT object.
Sets the multi AOI mode. The mode you want to use has to be
ORed with IS_AOI_MULTI_SET_AOI.
The axes are passed in an UINT array:
Array[0] - Array[3] = X1…X4
Array[4] - Array[8] = Y1…Y4
Sample 1 for multi AOI
Returns the set multi AOI mode. The mode that is used has to
be ORed with IS_AOI_MULTI_SET_AOI.