Syntax
INT is_CopyImageMem (HIDS hf, char* pcSource, INT nID, char* pcDest)
Description
is_CopyImageMem() copies the contents of the image memory, as described is pcSource and nID to the area in memory, which pcDest points to.
|
The user must make sure that the allocated memory pcDest is large enough to store the whole image (not just the area of interest) in the current format (bits per pixel). |
Parameters
hf |
Frame grabber handle |
pcSource |
Pointer to image memory |
nID |
ID of image memory |
pcDest |
Pointer to destination memory to which the image should be copied |
Return value
IS_SUCCESS, IS_NO_SUCCESS