EasyManuals Logo

THORLABS DCU22 Series Description And Sdk Manual

THORLABS DCU22 Series
513 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 #208 background imageLoading...
Page #208 background image
© 2016 Thorlabs Scientific Imaging206
DCx Camera Functional Description and SDK Manual
IS_EXPOSURE_CMD_GET_FINE_INCREMENT_RANGE
_MIN
Returns the minimum exposure time in fine
increments for some sensors.
More details
pParam: Pointer to variable of type double
returning the minimum value.
nSizeOfParam: 8
Example 1
IS_EXPOSURE_CMD_GET_FINE_INCREMENT_RANGE
_MAX
Returns the maximum exposure time in fine
increments for some sensors.
More details
pParam: Pointer to variable of type double
returning the maximum value.
nSizeOfParam: 8
IS_EXPOSURE_CMD_GET_FINE_INCREMENT_RANGE
_INC
Returns the exposure time increment in fine
increments for some sensors.
More details
pParam: Pointer to variable of type double
returning the increment.
nSizeOfParam: 8
IS_EXPOSURE_CMD_GET_FINE_INCREMENT_RANGE
Returns the exposure time range in fine
increments for some sensors.
More details
pParam: Pointer to array of type double
returning the minimum and maximum values
and the increment (in exactly this order).
nSizeOfParam: 24
Example 2
pParam
Pointer to a function parameter, whose function
depends on nCommand.
cbSizeOfParam
Size (in bytes) of the memory area to which
pParam refers.
Example 1
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 2
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)
{

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