47 / 58
Exposure functions:
This functions can be used alternatively to parameter functions,
for manipulating exposure only. Parameter value is in milli-seconds.
Be aware that every change of clock and width will lead to different exposure values.
int
iCube
SDK_
SetExposure(IN int nCamIndex, IN float Value)
Pupose: set Exposure time (Input)
Description
Parameters
int
CamIndex,
float*
Value
Return value
int
stat
Return value:
int
stat: IC_SUCCESS: success
else: error
Parameters
:
int
nCamIndex: index of camera
FLOAT
Value: exposure time [ms]
int
iCube
SDK_
GetExposure(IN int nCamIndex, OUT float Value)
Pupose: get Exposure time (Output)
Description
Parameters
int
CamIndex,
float*
Value
Return value
int
stat
Return value:
int
stat: IC_SUCCESS: success
else: error
Parameters
:
int
nCamIndex: index of camera
FLOAT
Value: exposure time [ms]