Please enable JavaScript to view this site.

FALCON/EAGLE user manual 4.62

Syntax

INT is_CopyImageMemLines (HIDS hf, char* pcSource, INT nID, INT nLines, char* pcDest)

Description

is_CopyImageMemLines() copies the contents of the image memory, as described is pcSource and nID to the area in memory, which pcDest points to. A maximum of nLines lines are copied.

hint_info

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

nLines

Number of lines which are copied

pcDest

Pointer to destination memory to which the image should be copied

Return value

IS_SUCCESS, IS_NO_SUCCESS