User`s guide
FUNCTIONS
SDK SECTION 11
Page 155
GetReadOutTime
unsigned int WINAPI GetReadOutTime(float* ReadoutTime)
Description
This function will return the time to readout data from a sensor. This function should be
used after all the acquisitions settings have been set, e.g. SetExposureTime,
SetKineticCycleTime and SetReadMode etc. The value returned is the actual times used
in subsequent acquisitions.
Parameters
float* ReadoutTime: valid readout time in seconds
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ERROR_CODES
Timing information returned.
System not initialized.
Error communicating with camera.
See also
GetAcquisitionTimings GetKeepCleanTime
NOTES NOTE: Available on iDus, iXon, Luca & Newton.
GetRegisterDump
unsigned int WINAPI GetRegisterDump (int* mode)
Description THIS FUNCTION IS RESERVED.
GetRingExposureRange
unsigned int WINAPI GetRingExposureRange (float * fpMin, float * fpMax)
Description
With the Ring Of Exposure feature there may be a case when not all exposures can be
met. The ring of exposure feature will guarantee that the highest exposure will be met but
this may mean that the lower exposures may not be. If the lower exposures are too low
they will be increased to the lowest value possible. This function will return these upper
and lower values.
Parameters
float * fpMin: Minimum exposure
float * fpMax: Maximum exposure.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_INVALID_MODE
Min and max returned
System not initialize
Trigger mode is not available
See also
GetCapabilities, GetNumberRingExposureTimes, IsTriggerModeAvailable,
SetRingExposureTimes