© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
123
IS_AOI_MULTI_MODE_X_Y_AXES
Multi AOI mode of the camera models DCC1240x/DCC3240x
with up to AOIs (up to 4 x and y axes). The axes are passed by a
UINT array:
array[0] - array[3] = X1…X4
array[4] - array[8] = Y1…Y4
Attention: This parameter has been renamed in version 4.20. In
formerly versions this parameter was named
IS_AOI_MULTI_MODE_AXES.
Disables Multi AOI. The mode that is used has to be ORed with
IS_AOI_MULTI_SET_AOI.
Sample 3 for multi AOI
IS_AOI_SEQUENCE_GET_SUPPORT
ED
Returns a bitmask with the supported AOIs (only DCC1240x/
DCC3240x camera models)
Sample 1 for AOI sequence mode
IS_AOI_SEQUENCE_SET_PARAMS
Sets the parameters of AOI 2, 3 or 4 (only DCC1240x/
DCC3240x camera models)
Sample 2 for sequence AOI mode
IS_AOI_SEQUENCE_GET_PARAMS
Returns the parameters of AOI 2, 3 or 4 (only DCC1240x/
DCC3240x camera models)
Sample 2 for sequence AOI mode
IS_AOI_SEQUENCE_SET_ENABLE
Set a bitmask defining which AOIs should be active (only
DCC1240x/DCC3240x camera models).
Note: IS_AOI_SEQUENCE_SET_PARAMS must be called after
IS_AOI_SEQUENCE_SET_ENABLE, with enabling the sequence AOI
mode all AOIs are set to the same value and therefore the
parameters are lost.
Sample 3 for sequence AOI mode
IS_AOI_SEQUENCE_GET_ENABLE
Returns the bitmask (only DCC1240x/DCC3240x camera
models)
Sample 3 for sequence AOI mode
Pointer to a function parameter, whose function depends on
nCommand.
Size (in bytes) of the memory area to which pParam refers.
Contents of the IS_RECT structure
Contents of the IS_POINT_2D structure