GEV_STATUS GevSetCameraRegInfo

(GEV_CAMERA_HANDLE handle, cameraType type,
 BOOL fSupportedDalsaCamera,
 DALSA_GENICAM_GIGE_REGS *camera_registers,
 int size);

Description

Sets the Camera Register Info

Parameters

handle

GEV_CAMERA_HANDLE identifying the camera to be accessed.

type

Type of the camera.

fSupportedDalsaCamera

True if the camera is a supported Teledyne DALSA camera.

*camera_registers

Pointer to the camera registers structure to be assigned to the camera handle,

size

Size of the camera registers structure.

Return Value

GEV_STATUS STATUS

Possible values are:

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE
GEVLIB_ERROR_NULL_PTR 

Related Topics

Member Function Descriptions