Home > C: Programming > AVI Function Descriptions > | History back Previous chapter Next chapter Print |
isavi_InitAVI |
uEye Camera Manual Version 3.80
isavi_InitAVI
USB 2.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 |
The pnAviID pointer contains the value Null. |
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