31 / 58
31
int
iCube
SDK_
GetName(int nCamIndex,char* Name)
Purpose: get the name of the selected camera
Description
Parameters
int
CamIndex,
int*
Name
Return value
int
stat
Return value:
int
stat:
IC_SUCCESS: success
else: error
Parameters:
int
nCamIndex: index of camera.
char*
Name name of the camera.
int
iCube
SDK_
GetBrokenFrames(int nCamIndex,int* pnFrames)
Purpose: get the number of broken frames since the last start.
The broken frames information can also be retrieved via the callback
function, if the parameter REG_CALLBACK_BR_FRAMES is set to ON.
In this case a buffersize of 0 indicates a badframe.
Description
Parameters
int
CamIndex,
int*
pnFrames
Return value
int
stat
Return value:
int
stat
:
IC_SUCCESS: success
else: error
Parameters:
int
nCamIndex: index of camera.
int*
pnFrames: the number of broken frames since the last start.