User`s guide
FUNCTIONS
SDK SECTION 11
Page 221
SetFullImage
unsigned int WINAPI SetFullImage(int hbin, int vbin)
Description
Deprecated see Note:
This function will set the horizontal and vertical binning to be used when taking a full
resolution image.
Parameters
int hbin: number of pixels to bin horizontally
int vbin: number of pixels to bin vertically
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
DRV_P2INVALID
Binning parameters accepted
System not initialized
Acquisition in progress
Horizontal binning parameter invalid
Vertical binning parameter invalid
See also
SetReadMode
NOTE: Deprecated by SetImage
SetFVBHBin
unsigned int WINAPI SetFVBHBin(int bin)
Description
This function sets the horizontal binning used when acquiring in Full Vertical Binned read
mode.
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: 1) If the detector width is not a multiple of the binning DRV_BINNING_ERROR will be
returned from PrepareAcquisition and/or StartAcquisition
2) For iDus, it is recommended that you set horizontal binning to 1