GEV_STATUS GevGetRegisterPtrByIndex

(GEV_CAMERA_HANDLE handle, UINT32 index,
 GEV_REGISTER **pReg)

Description

Gets a pointer to a Camera Register structure by index.

This function finds and returns a pointer to a GEV_REGISTER structure from the camera using the index of the GEV_REGISTER structure.

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.

pReg

Pointer to hold a pointer to a  GEV_REGISTER data structure, obtained from the internal camera configuration data,

Return Value

GEV_STATUS STATUS

Possible values are:

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE
GEVLIB_ERROR_NULL_PTR

Related Topics

Member Function Descriptions