![background image](http://html.mh-extra.com/html/net/3icube/3icube_user-manual_1669516039.webp)
39 / 58
39
Bin Skip functions:
int
iCube
SDK_
SetBinSkip(int nCamIndex,int nParameter,int nMode)
Purpose:
set the camera into a skipping or binning mode.
This function has to be called before “
iCube
SDK_Start”.
This function has to be called after “
iCube
SDK_SetMode”, if
“
iCube
SDK_SetMode”is used.
The availability of BinSkip modes is camera dependent and can be
identified with “
iCube
SDK_GetBinSkipList” .
Description
Parameters
int
CamIndex,
int*
nParameter
, int*
nMode
Return value
int
stat
Return value:
int
stat:
IC_SUCCESS: success
else: error
Parameters:
int
nCamIndex:
index of camera.
int
nParameter: this value sets how many pixels should skipped or binned
(BIN_SKIP_OFF,BIN_SKIP_2ND_PIXEL or BIN_SKIP_4TH_PIXEL)
int
nMode: MODE_SKIP: sets skipping mode
MODE_BIN: set binning mode