User`s guide
FUNCTIONS
SDK SECTION 11
Page 141
GetMinimumImageLength
unsigned int WINAPI GetMinimumImageLength (int* MinImageLength)
Description
This function will return the minimum number of pixels that can be read out from the chip
at each exposure. This minimum value arises due the way in which the chip is read out
and will limit the possible sub image dimensions and binning sizes that can be applied.
Parameters
int* MinImageLength: Will contain the minimum number of super pixels on return.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_P1INVALID
Minimum Number of Pixels returned
System not initialized
Invalid MinImageLength value (i.e. NULL)
See also
SetImage