USB 2.0 USB 3.x GigE |
- |
Syntax
INT isavi_InitAVI (INT* pnAviID, HIDS hCam)
Description
isavi_InitAVI() initializes an instance of the uEye AVI interface. Multiple instances can be created simultaneously. It is possible to open either several AVI instances for different cameras or for the same camera.
Input parameters
pnAviID |
Pointer. Returns the instance ID which is needed for calling the other uEye AVI functions. |
hCam |
Handle of a selected or initialized uEye camera. |
Return values
IS_AVI_NO_ERR |
No error, function executed successfully. |
IS_AVI_ERR_PARAMETER |
One of the submitted parameters is outside the valid range. |
IS_AVI_ERR_NO_CODEC_AVAIL |
The maximum number of instances allowed in this system has been reached. It is not possible to create another instance (maximum = 48 instances). |
IS_AVI_ERR_INVALID_UEYE |
No uEye camera was found. |
Related functions