EasyManuals Logo

THORLABS DCU22 Series User Manual

THORLABS DCU22 Series
530 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #222 background imageLoading...
Page #222 background image
© 2013 Thorlabs GmbH220
DCx Cameras
Example 1
UINT nCaps = 0;
INT nRet = is_Exposure(m_hCam, IS_EXPOSURE_CMD_GET_CAPS, (void*)&nCaps, sizeof(nCaps));
if (nRet == IS_SUCCESS)
{
if (nCaps & IS_EXPOSURE_CAP_FINE_INCREMENT)
{
// Fine increment supported
}
}
Example 2
double dblMin, dblMax, dblInc;
INT nRet = is_Exposure(m_hCam,
IS_EXPOSURE_CMD_GET_FINE_INCREMENT_RANGE_MIN,
(void*)&dblMin,
sizeof(dblMin)
);
INT nRet = is_Exposure(m_hCam,
IS_EXPOSURE_CMD_GET_FINE_INCREMENT_RANGE_MAX,
(void*)&dblMax,
sizeof(dblMax)
);
INT nRet = is_Exposure(m_hCam,
IS_EXPOSURE_CMD_GET_FINE_INCREMENT_RANGE_INC,
(void*)&dblInc,
sizeof(dblInc)
);
Example 3
double dblRange[3];
double dblMin, dblMax, dblInc;
INT nRet = is_Exposure(m_hCam,
IS_EXPOSURE_CMD_GET_FINE_INCREMENT_RANGE,
(void*)dblRange,
sizeof(dblRange)
);
if (nRet == IS_SUCCESS)
{
dblMin = dblRange[0];
dblMax = dblRange[1];
dblInc = dblRange[2];
}

Table of Contents

Other manuals for THORLABS DCU22 Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the THORLABS DCU22 Series and is the answer not in the manual?

THORLABS DCU22 Series Specifications

General IconGeneral
BrandTHORLABS
ModelDCU22 Series
CategorySecurity Camera
LanguageEnglish

Related product manuals