Please enable JavaScript to view this site.

IDS Software Suite 4.96.1

Windows_Logo
Linux_Logo

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

When using nMode = IS_STARTER_FW_UPLOAD you can preset the camera handle with the following values:

0: Inquire duration for first available (i.e., not yet initialized) camera

1-254: Inquire duration for camera with the specified camera ID

hCam |
IS_USE_DEVICE_ID

When using nMode = IS_STARTER_FW_UPLOAD you can specify a camera using its device ID instead of the camera ID. For details on device ID please refer to the is_GetCameraList() chapter.

pnTime

Returns the estimated time in ms

Return values

IS_INVALID_PARAMETER

One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode.

IS_NO_SUCCESS

General error message

IS_NOT_SUPPORTED

The camera model used here does not support this function or setting.

IS_SUCCESS

Function executed successfully

Related functions

is_InitCamera()

© 2022 IDS Imaging Development Systems GmbH