© 2016 Thorlabs Scientific Imaging384
DCx Camera Functional Description and SDK Manual
IS_TRIGGER_CMD_GET_BURST_SIZE_SUPPORTED
Returns if the camera supports the burst trigger
mode.
More details
pParam: Pointer to variable of type UINT.
nSizeOfParam: 4
IS_TRIGGER_CMD_GET_BURST_SIZE_RANGE
Returns the value range, the default value and the
increment for the number of images in a burst.
More details
pParam: Pointer to variable of type
RANGE_OF_VALUES_U32 returning the values.
nSizeOfParam: sizeof
(RANGE_OF_VALUES_U32)
IS_TRIGGER_CMD_GET_BURST_SIZE
Returns the currently set number of images in a
burst.
More details
pParam: Pointer to variable of type UINT
returning the current value.
nSizeOfParam: 4
IS_TRIGGER_CMD_SET_BURST_SIZE
Sets the number of images in a burst.
More details
pParam: Pointer to variable of type UINT that
passes the value to be set.
nSizeOfParam: 4
Pointer to a function parameter, whose function
depends on nCommand.
Size (in bytes) of the memory area to which
pParam refers.
Contents of the RANGE_OF_VALUES_U32 structure
Return values
One of the submitted parameters is outside the
valid range or is not supported for this sensor or
is not available in this mode.
The camera model used here does not support
this function or setting.
Function executed successfully