49 / 58
Additional Parameter functions:
(Also useable with Exposure functions)
int iCube SDK_GetParamAuto(int nCamIndex,int Type,int* bAuto)
Purpose: check, if the parameter supports auto mode.
Description
Parameters
int
CamIndex,
int
Type
, int*
bAuto
Return value
int
stat
Return value:
int
stat: IC_SUCCESS: success
else: error
Parameters:
int
nCamIndex: index of camera.
int
Type: type of parameter. (See Parameter Definitions in API Header)
int*
bAuto: 1==supported, 0==unsupported.
int iCube SDK_SetParamAuto(int nCamIndex,int Type,int* bAuto)
Purpose: if auto mode is supported, set/unset auto mode of parameter.
Description
Parameters
int
CamIndex,
int
Type
, int*
bAuto
Return value
int
stat
Return value:
int
stat: IC_SUCCESS: success
else: error
Parameters:
int
nCamIndex: index of camera.
int
Type: type of parameter to set. (See Parameter Definitions in API Header)
int*
bAuto: 1==set auto, 0==unset auto.