GEV_STATUS GevGetCameraRegisters

(GEV_CAMERA_HANDLE handle,
 DALSA_GENICAM_GIGE_REGS *camera_registers,
 int size);

Description

Gets the Camera Registers stored with the camera’s handle.

Parameters

handle

GEV_CAMERA_HANDLE identifying the camera to be accessed.

*camera_registers

Pointer to a structure, allocated by the application, to contain the camera registers.

size

Size of the camera registers structure, in bytes.

Return Value

GEV_STATUS

Possible values are:

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE
GEVLIB_ERROR_NULL_PTR

Related Topics

Member Function Descriptions