Home > C: Programming > AVI Function Descriptions > | History back Previous chapter Next chapter Print |
isavi_AddFrame |
uEye Camera Manual Version 3.80
isavi_AddFrame
USB 2.0 GigE |
- |
Syntax
INT isavi_AddFrame (INT nAviID, char* pcImageMem)
Description
isavi_AddFrame() adds a new frame to an AVI sequence.
Input Parameters
nAviID |
Instance ID set by the isavi_InitAVI() function |
pcImageMem |
Pointer to the memory containing the image. |
Return Values
IS_AVI_NO_ERR |
Function executed successfully |
IS_AVI_ERR_INVALID_ID |
The indicated AVI instance could not be found. Either the AVI ID is invalid or the instance has already been deleted using isavi_ExitAVI(). |
IS_AVI_ERR_COMPRESSION_RUN |
The current image could not be processed since compression is still in progress. |
IS_AVI_ERR_INVALID_FILE |
The AVI file is not open. |
Related Functions