User`s guide
FUNCTIONS
SDK SECTION 11
Page 216
SetExposureTime
unsigned int WINAPI SetExposureTime(float time)
Description
This function will set the exposure time to the nearest valid value not less than the given
value. The actual exposure time used is obtained by
GetAcquisitionTimings. . Please
refer to SECTION 5 – ACQUISITION MODES for further information.
Parameters
float time: the exposure time in seconds.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Exposure time accepted.
System not initialized.
Acquisition in progress.
Exposure Time invalid.
See also
GetAcquisitionTimings
NOTE: For Classics, if the current acquisition mode is Single-Track, Multi-Track or Image then this
function will actually set the Shutter Time. The actual exposure time used is obtained from the
GetAcquisitionTimings function.
SetFanMode
unsigned int WINAPI SetFanMode(int mode)
Description
Allows the user to control the mode of the camera fan. If the system is cooled, the fan
should only be turned off for short periods of time. During this time the body of the
camera will warm up which could compromise cooling capabilities.
If the camera body reaches too high a temperature, depends on camera, the buzzer will
sound. If this happens, turn off the external power supply and allow the system to
stabilize before continuing.
Parameters
int mode: fan on full (0)
fan on low (1)
fan off (2)
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_I2CTIMEOUT
DRV_I2CDEVNOTFOUND
DRV_ERROR_ACK
DRV_P1INVALID
Value for mode accepted.
System not initialized.
Acquisition in progress.
I
2
C command timed out.
I
2
C device not present.
Unable to communicate with card.
Mode value invalid.
See also
GetCapabilities