User`s guide

FUNCTIONS
SDK SECTION 11
Page 127
GetDetector
unsigned int WINAPI GetDetector(int* xpixels, int* ypixels)
Description
This function returns the size of the detector in pixels. The horizontal axis is taken to be
the axis parallel to the readout register.
Parameters
int* xpixels: number of horizontal pixels.
int* ypixels: number of vertical pixels.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
Detector size returned.
System not initialized.
GetDICameraInfo
unsigned int WINAPI GetDICameraInfo (void *info)
Description THIS FUNCTION IS RESERVED.
GetDualExposureTimes
unsigned int WINAPI GetDualExposureTimes(float* exposure1, float* exposure2)
Description
This function will return the current “valid” acquisition timing information for dual exposure
mode. This mode is only available for certain sensors in run till abort mode, external
trigger, full image.
Parameters
float* exposure1: valid exposure time in seconds for each odd numbered frame.
float* exposure2: valid exposure time in seconds for each even numbered frame.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
DRV_NOT_AVAILABLE
DRV_ACQUIRING
DRV_P1INVALID
DRV_P2INVALID
Parameters set.
System not initialized. .
Dual exposure mode not supported on this camera.
Dual exposure mode not configured correctly.
Acquisition in progress.
exposure1 has invalid memory address.
exposure2 has invalid memory address.
See also
GetCapabilities, SetDualExposureMode, SetDualExposureTimes