Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_AddToSequence |
uEye Camera Manual Version 3.80
is_AddToSequence
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_AddToSequence (HIDS hCam, char* pcImgMem, INT nID)
Description
is_AddToSequence() adds an image memory to the list of image memories used for ring buffering. The image memory must have been previously requested using is_AllocImageMem(). Using the is_SetAllocatedImageMem() function, you can set a memory that has been allocated before as image memory. Image memories that are used for ring buffering must all have been allocated with the same color depth (bits per pixel).
Input Parameters
hCam |
Camera handle |
pcMem |
Pointer to image memory |
nID |
Image memory ID |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions
Sample Programs
• | uEyeSequence (C++) |