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