User`s guide
FUNCTIONS
SDK SECTION 11
Page 213
SetDualExposureMode
unsigned int WINAPI SetDualExposureMode(int mode)
Description
This function turns on and off the option to acquire 2 frames for each external trigger
pulse. This mode is only available for certain sensors in run till abort mode, external
trigger, full image.
Parameters
int state: Enables/Disables dual exposure mode
1 – Enable mode
0 – Disable mode
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
DRV_ACQUIRING
DRV_P1INVALID
Parameters set.
System not initialized.
Dual exposure mode not supported on this camera.
Acquisition in progress.
Mode parameter was not zero or one.
See also
GetCapabilities, SetDualExposureTimes, GetDualExposureTimes
SetDualExposureTimes
unsigned int WINAPI SetDualExposureTimes(float exposure1, float exposure2)
Description
This function configures the two exposure times used in dual exposure mode. This mode
is only available for certain sensors in run till abort mode, external trigger, full image.
Parameters
float exposure1: the exposure time in seconds for each odd numbered frame.
float exposure2: the exposure time in seconds for each even numbered frame.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
DRV_ACQUIRING
DRV_P1INVALID
DRV_P2INVALID
Parameters set.
System not initialized.
Dual exposure mode not supported on this camera.
Acquisition in progress.
First exposure out of range.
Second exposure out of range.
See also
GetCapabilities, SetDualExposureMode, GetDualExposureTimes