Table of Contents

Struct VmbCameraInfo

Namespace
VisioForge.Core.GenICam.AlliedVision
Assembly
VisioForge.Core.dll

Holds read-only information about a camera.

public struct VmbCameraInfo

Inherited Members

Fields

CameraIdExtended

Globally unique identifier for the camera.

public string CameraIdExtended

Field Value

string

CameraIdString

Identifier of the camera.

public string CameraIdString

Field Value

string

CameraName

The display name of the camera.

public string CameraName

Field Value

string

InterfaceHandle

Handle of the related interface for feature access.

public nint InterfaceHandle

Field Value

nint

LocalDeviceHandle

Handle of the related GenTL local device. Null if the camera is not opened.

public nint LocalDeviceHandle

Field Value

nint

ModelName

Model name.

public string ModelName

Field Value

string

PermittedAccess

Permitted access modes, see VisioForge.Core.GenICam.AlliedVision.VmbAccessModeType.

public VmbAccessModeType PermittedAccess

Field Value

VmbAccessModeType

SerialString

Serial number.

public string SerialString

Field Value

string

StreamCount

Number of stream handles in the streamHandles array.

public uint StreamCount

Field Value

uint

StreamHandles

Handles of the streams provided by the camera. Null if the camera is not opened.

public nint StreamHandles

Field Value

nint

TransportLayerHandle

Handle of the related transport layer for feature access.

public nint TransportLayerHandle

Field Value

nint