Please enable JavaScript to view this site.

FALCON/EAGLE user manual 4.62

Syntax

INT is_AddToSequence (HIDS hf, char* pcImgMem, INT nID)

Description

is_AddToSequence() inserts image memory into the image memory list, which is to be used for ring buffering. The image memory has to be called with is_AllocImageMem(). All image memory which is used for ring buffering must have been allocated the same colour depth (i.e. bits per pixel). The number of image memory for one sequence (nID) is limited to the integer range.

hint_info

The function is_AddToSequence() is for sequential buffer and conforms the function is_SetImageMem().

After creating a sequence the following functions may not be used any longer:

is_SetImageMem()

is_SetImageSize()

All buffers in the sequence must have the same size.

Parameters

hf

Frame grabber handle

pcMem

Pointer to image memory

nID

ID of image memory

Return value

IS_SUCCESS, IS_NO_SUCCESS