THORLABS DCU223x Operation Manual And Sdk page 167

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

Advertisement

x = 100 | IS_AOI_IMAGE_POS_ABSOLUTE
y = 100 | IS_AOI_IMAGE_POS_ABSOLUTE
Sample 1 for multi AOI
// Set Multi AOI. The axes are passed in an UINT array of length 8.
UINT nAxes[8];
nAxes[0] = 100;
// Set X1
nAxes[1] = 120;
// Set X2
...
INT nRet = is_AOI(hCam, IS_AOI_MULTI_SET_AOI | IS_AOI_MULTI_MODE_X_Y_AXES, (void*)nAxes, sizeof(nAxes));
Sample 2 for multi AOI
// Read Multi AOI
UINT nAxes[8];
INT nRet = is_AOI(hCam, IS_AOI_MULTI_GET_AOI | IS_AOI_MULTI_MODE_X_Y_AXES, (void*)nAxes, sizeof(nAxes));
Sample 3 for multi AOI
// Disable Multi AOI
UINT nAxes[8];
INT nRet = is_AOI(hCam, IS_AOI_MULTI_DISABLE_AOI | IS_AOI_MULTI_MODE_X_Y_AXES, NULL, NULL);
Sample 1 for sequence AOI mode
INT nSequenceAOI = 0;
if
(is_AOI(m_hCam, IS_AOI_SEQUENCE_GET_SUPPORTED,
(void*)&nSequenceAOI, sizeof(nSequenceAOI)) == IS_SUCCESS)
{
// Sequence AOI 2 is supported
if
((nSequenceAOI & IS_AOI_SEQUENCE_INDEX_AOI_2) != 0);
}
© 2013 Thorlabs GmbH
AOI with absolute memory positioning on x-axis
AOI with absolute memory positioning on x- and y-axis
4 Programming (SDK)
165

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dcu224xDcc1240xDcc1545mDcc1645c

Table of Contents