Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetDuration |
uEye Camera Manual Version 3.80
is_GetDuration
GigE |
GigE |
Syntax
INT is_GetDuration (HIDS hCam, UINT nMode, INT* pnTime)
Description
Using is_GetDuration(), you can read out the estimated time it will take the uEye driver to execute specific processes (e.g. update the camera firmware).
Input Parameters
hCam |
Camera handle |
nMode |
|
IS_SE_STARTER_FW_UPLOAD |
Estimated time for uploading the starter firmware to a GigE uEye SE camera |
pnTime |
Returns the estimated time in ms |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions