GEV_STATUS GevGetNumberOfRegisters(GEV_CAMERA_HANDLE handle, UINT32 *pNumReg);

Description

Gets the number of Camera register entries configured for the camera.

Returns the number of valid GEV_REGISTER structures defined in the camera handle.

Parameters

handle

GEV_CAMERA_HANDLE identifying the camera whose registers are to be accessed.

pNumReg

Pointer to storage to return the number of valid GEV_REGISTER structures in.

Return Value

GEV_STATUS STATUS

Possible values are:

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE
GEVLIB_ERROR_NULL_PTR

Related Topics

Member Function Descriptions