Struct VmbCameraInfo
Holds read-only information about a camera.
Inherited Members
Namespace: VisioForge.Core.GenICam.AlliedVision
Assembly: VisioForge.Core.dll
Syntax
public struct VmbCameraInfo
Fields
CameraIdExtended
Globally unique identifier for the camera.
Declaration
public string CameraIdExtended
Field Value
Type | Description |
---|---|
string |
CameraIdString
Identifier of the camera.
Declaration
public string CameraIdString
Field Value
Type | Description |
---|---|
string |
CameraName
The display name of the camera.
Declaration
public string CameraName
Field Value
Type | Description |
---|---|
string |
InterfaceHandle
Handle of the related interface for feature access.
Declaration
public nint InterfaceHandle
Field Value
Type | Description |
---|---|
nint |
LocalDeviceHandle
Handle of the related GenTL local device. Null if the camera is not opened.
Declaration
public nint LocalDeviceHandle
Field Value
Type | Description |
---|---|
nint |
ModelName
Model name.
Declaration
public string ModelName
Field Value
Type | Description |
---|---|
string |
PermittedAccess
Permitted access modes, see VmbAccessModeType.
Declaration
public VmbAccessModeType PermittedAccess
Field Value
Type | Description |
---|---|
VmbAccessModeType |
SerialString
Serial number.
Declaration
public string SerialString
Field Value
Type | Description |
---|---|
string |
StreamCount
Number of stream handles in the streamHandles array.
Declaration
public uint StreamCount
Field Value
Type | Description |
---|---|
uint |
StreamHandles
Handles of the streams provided by the camera. Null if the camera is not opened.
Declaration
public nint StreamHandles
Field Value
Type | Description |
---|---|
nint |
TransportLayerHandle
Handle of the related transport layer for feature access.
Declaration
public nint TransportLayerHandle
Field Value
Type | Description |
---|---|
nint |