© 2016 Thorlabs Scientific Imaging204
DCx Camera Functional Description and SDK Manual
IS_EXPOSURE_CMD_GET_EXPOSURE_DEFAULT
Returns the default setting for the exposure time.
More details
pParam: Pointer to variable of type double
returning the default value.
nSizeOfParam: 8
If the value 0.0 is returned this means that the
exposure time is set to maximum value of 1/frame
rate.
IS_EXPOSURE_CMD_GET_EXPOSURE
Returns the currently set exposure time (in ms).
More details
pParam: Pointer to variable of type double
returning the current value.
nSizeOfParam: 8
IS_EXPOSURE_CMD_GET_EXPOSURE_RANGE_MIN
Returns the minimum exposure time.
More details
pParam: Pointer to variable of type double
returning the minimum value.
nSizeOfParam: 8
IS_EXPOSURE_CMD_GET_EXPOSURE_RANGE_MAX
Returns the maximum exposure time.
More details
pParam: Pointer to variable of type double
returning the maximum value.
nSizeOfParam: 8
IS_EXPOSURE_CMD_GET_EXPOSURE_RANGE_INC
Returns the exposure time increment.
More details
pParam: Pointer to variable of type double
returning the increment.
nSizeOfParam: 8
IS_EXPOSURE_CMD_GET_EXPOSURE_RANGE
Returns the exposure time range.
More details
pParam: Pointer to array of type double
returning the minimum and maximum values
and the increment (in exactly this order).
nSizeOfParam: 24
IS_EXPOSURE_CMD_SET_EXPOSURE
Sets the exposure time (in ms).
More details
pParam: Pointer to variable of type double that
passes the value to be set.
After setting the exposure time this value
contains the actually set exposure time.
Depending on the sensor the set exposure time
may vary slightly from the desired exposure
time.
nSizeOfParam: 8
If 0 is passed, the exposure time is set to the
maximum value of 1/frame rate.