GEV_STATUS GevGetRegisterPtrByName

(GEV_CAMERA_HANDLE handle, char *name,
 GEV_REGISTER **pReg)

Description

Gets a pointer to a Camera Register structure by name.

This function finds and returns a pointer to a GEV_REGISTER structure from the camera using the name of the GEV_REGISTER structure. If the name is not matched in the list of registers a NULL pointer is returned.

Note: The name is case sensitive.

Parameters

handle

GEV_CAMERA_HANDLE identifying the camera whose registers are to be accessed.

name

Name to use to search for a GEV_REGISTER structure 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