RTGV_CAMERA_INFO

RTGV_CAMERA_INFO is a structure that contains information that can be used to identify a camera.

Syntax

typedef struct _RTGV_CAMERA_INFO{
	DWORD	size;
	UINT32 	cameraHandle;
	LPTSTR  cameraID;
	LPTSTR	manufacturerName;
	LPTSTR	modelName;
	LPTSTR	deviceVersion;
} RTGV_CAMERA_INFO, *PRTGV_CAMERA_INFO;

Members

size

The size of this structure (in bytes).  Client code must set this member to sizeof(RTGV_CAMERA_INFO) before passing this structure to any function. This is used to identify the version of this structure if it is extended.

cameraHandle

The handle that identifies the camera.  This handle should be passed to other RtGigEVision APIs that take cameraHandle as a parameter, to identify which camera should be used.

manufacturerName

The name of the manufacturer of the camera.

modelName

The model of the camera.

deviceVersion

The device version of the camera.

Requirements

Minimum Supported Version RTX64 4.1 Vision SDK

Header

RtGVApi.h

Library

RtGigEVision.lib

See Also:

RtGVEnumerateCameras