GEV_STATUS GevGetRegisterNameByIndex

(GEV_CAMERA_HANDLE handle, UINT32 index,
 int size, char *name)

Description

Gets the name of a Camera register entry based on its index.

Returns the name of a GEV_REGISTER structure defined in the camera handle based on the input index.

Parameters

handle

GEV_CAMERA_HANDLE identifying the camera whose registers are to be accessed.

index

Index to use to access the available GEV_REGISTER structures for the camera.

size

Number of bytes available to store the name (should be FEATURE_NAME_MAX_SIZE (48)).

name

Pointer to storage to return the name of the register structure in.

Return Value

GEV_STATUS STATUS

Possible values are:

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE
GEVLIB_ERROR_NULL_PTR

Related Topics

Member Function Descriptions