Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetImageMem |
uEye Camera Manual Version 3.80
is_SetImageMem
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetImageMem (HIDS hCam, char* pcImgMem, INT id)
Description
is_SetImageMem() makes the specified image memory the active memory. Only an active image memory can receive image data. When you call is_FreezeVideo(), the captured image is stored in the image buffer designated by pcImgMem and id. For pcImgMem, you must pass a pointer which was created by is_AllocImageMem(), passing any other pointer will result in an error message. You may pass the same pointer multiple times.
|
|
Input Parameters
hCam |
Camera handle |
pcImgMem |
Pointer to the starting position in the memory. |
id |
ID of this memory. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions