© 2013 Thorlabs GmbH
4 Programming (SDK)
247
4.3.45 is_GetImageMem
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
Pointer to the starting address of the image memory
Return values
IS_CANT_COMMUNICATE_WITH_DRIVER
Communication with the driver failed because no driver
has been loaded.
An attempt to initialize or select the camera failed (no
camera connected or initialization error).
IS_INVALID_MEMORY_POINTER
Invalid pointer or invalid memory ID
One of the submitted parameters is outside the valid
range or is not supported for this sensor or is not
available in this mode.
An IO request from the uc480 driver failed. Possibly the
versions of the uc480_api.dll (API) and the driver file
(uc480_usb.sys) do not match.
Function executed successfully
Related functions
is_GetImageMemPitch()
is_AllocImageMem()
is_AddToSequence()
is_SetImageMem()
is_SetAllocatedImageMem()
Sample programs
uc480PixelPeek (C++)
248
157
156
337
301