USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x GigE |
Syntax
INT is_AddToSequence (HIDS hCam, char* pcMem, INT nMemId)
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 |
nMemId |
Image memory ID |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions
Sample programs
•uEyeSequence (C++)