User`s guide
FUNCTIONS
SDK SECTION 11
Page 229
SetIsolatedCropMode
unsigned int WINAPI SetIsolatedCropMode(int active, int cropheight, int cropwidth, int vbin, int hbin)
Description
This function effectively reduces the dimensions of the CCD by excluding some rows or
columns to achieve higher throughput. In isolated crop mode iXon, Newton and iKon
cameras can operate in either Full Vertical Binning or Imaging read modes. iDus can
operate in Full Vertical Binning read mode only.
Note: It is important to ensure that no light falls on the excluded region otherwise
the acquired data will be corrupted.
Parameters
int active: 1 – Crop mode is ON.
0 – Crop mode is OFF.
int cropheight: The selected crop height. This value must be between 1 and the CCD
height.
int cropwidth: The selected crop width. This value must be between 1 and the CCD
width.
int vbin: The selected vertical binning.
int hbin: The selected horizontal binning.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
DRV_P2INVALID
DRV_P3INVALID
DRV_P4INVALID
DRV_P5INVALID
DRV_NOT_SUPPORTED
Parameters set
System not initialized
Acquisition in progress
active parameter was not zero or one
Invalid crop height
Invalid crop width
Invalid vertical binning
Invalid horizontal binning
Either the camera does not support isolated Crop mode
or the read mode is invalid
See also
GetDetector SetReadMode
NOTE: For iDus, it is recommended that you set horizontal binning to 1