38 / 58
38
int
iCube
SDK_
GetMode(int nCamIndex,int* pMode)
Purpose: get the basic format.
Description
Parameters
int
CamIndex,
int
nMode
Return value
int
stat
Return value:
int
stat: IC_SUCCESS: success
else: error
Parameters:
int
nCamIndex: index of camera.
int*
pMode: current format.
int
iCube
SDK_
GetModeList(int nCamIndex,int* pLength,int* pList)
Purpose: get the possible formats of the camera.
Description
Parameters
int
CamIndex,
int*
pLenght
, int*
pList
Return value
int
stat
Return value:
int
stat:
IC_SUCCESS: success
else: error
Parameters:
in
t
nCamIndex: index of camera.
int*
pLength: number of formats in list.
int*
pList: format list.