| Home > C: Programming > AVI function descriptions > | History back Previous chapter Next chapter Print |
isavi_InitAVI |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 USB 3.0 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.
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 |
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. |
IS_AVI_ERR_INVALID_UEYE |
No uEye camera was found. |
Related functions