RTGV_CAMERA_INFO Structure
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 GigE Vision APIs that take cameraHandle as a parameter to identify which camera should be used.
manufacturerName
The name of the camera manufacturer.
modelName
The model of the camera.
deviceVersion
The device version of the camera.
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
RtgvApi.h |
RtgvApi.lib |
See Also: