GEV_STATUS GevInitCameraRegisters(GEV_CAMERA_HANDLE handle);

Description

Initializes Camera Registers.

For supported Teledyne DALSA cameras, this is automatically done when the camera is opened. Users generating their own camera register structure should see ‘cameraregdata.c’ in order to have this function set up their registers automatically.

Parameters

handle

GEV_CAMERA_HANDLE identifying the camera whose registers are to be initialized.

Return Value

GEV_STATUS STATUS

Possible values are:

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE
GEVLIB_ERROR_SOFTWARE (camera registers structure is not properly set up)
GEVLIB_ERROR_NULL_PTR

Related Topics

Member Function Descriptions