Please enable JavaScript to view this site.

FALCON/EAGLE user manual 4.62

Syntax

INT is_SetImageMem (HIDS hf, char* pcImgMem, INT id)

Description

is_SetImageMem() sets the allocated image memory to active memory. Only an active image memory can receive image data. After calling is_SetImageMem() function is_SetImageSize() must follow to set the image size of the active memory. A pointer from function is_AllocImgMem() has to be given to parameter pcImgMem.

All other pointer lead to an error report! A repeated hand-over of the same pointer is allowed.

hint_info

In DirectDraw mode it is not necessary to set the image memory

Parameters

hf

Frame grabber handle

pcImgMem

Pointer to the beginning of the image memory

id

ID for image memory

Return value

IS_SUCCESS, IS_NO_SUCCESS