User`s guide
FUNCTIONS
SDK SECTION 11
Page 202
SetCurrentCamera
unsigned int WINAPI SetCurrentCamera(long cameraHandle)
Description
When multiple Andor cameras are installed this function allows the user to select which
camera is currently active. Once a camera has been selected the other functions can be
called as normal but they will only apply to the selected camera. If only 1 camera is
installed calling this function is not required since that camera will be selected by default.
Parameters
long cameraHandle: Selects the active camera
Return
unsigned int
DRV_SUCCESS
DRV_P1INVALID
Camera successfully selected.
Invalid camera handle.
SEE ALSO :
GetCurrentCamera, GetAvailableCameras, GetCameraHandle
SetCustomTrackHBin
unsigned int WINAPI SetCustomTrackHBin(int bin)
Description
This function sets the horizontal binning value to be used when the readout mode is set
to Random Track.
Parameters
Int bin: Binning size.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Binning set.
System not initialized.
Acquisition in progress.
Invalid binning size.
See also
SetReadMode
NOTE: For iDus, it is recommended that you set horizontal binning to 1