User`s guide
FUNCTIONS
SDK SECTION 11
Page 243
SetRingExposureTimes
unsigned int WINAPI SetRingExposureTimes(int numTimes, float* times)
Description
This function will send up an array of exposure times to the camera if the hardware
supports the feature. See
GetCapabilities. Each acquisition will then use the next
exposure in the ring looping round to the start again when the end is reached. There can
be a maximum of 16 exposures.
Parameters
int numTimes: The number of exosures
float * times: A predeclared pointer to an array of numTimes floats
Return
Unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_INVALID_MODE
DRV_P1INVALID
DRV_P2INVALID
DRV_NOTAVAILABLE
Success
System not initialized
This mode is not available.
Must be between 1 and 16 exposures inclusive
The exposures times are invalid.
System does not support this option
See also
GetCapabilities, GetNumberRingExposureTimes, GetAdjustedRingExposureTimes,
GetRingExposureRange IsTriggerModeAvailable