Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetImageMem |
uEye Camera Manual Version 3.80
is_GetImageMem
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_GetImageMem (HIDS hCam, VOID** pMem)
Description
is_GetImageMem() returns the pointer to the starting address of the active image memory. If you use ring buffering, is_GetImageMem() returns the starting address of the image memory last used for image capturing.
Input Parameters
hCam |
Camera handle |
pMem |
Pointer to the starting address of the image memory |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions
Sample Programs
• | uEyePixelPeek (C++) |