Table of Contents

Class AlliedVisionCameraInfo

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

Class AlliedVisionCameraInfo.

public class AlliedVisionCameraInfo

Inheritance

Inherited Members

Constructors

AlliedVisionCameraInfo(string)

Initializes a new instance of the VisioForge.Core.Types.X.Sources.AlliedVisionCameraInfo class.

public AlliedVisionCameraInfo(string name)

Parameters

name string

The name.

AlliedVisionCameraInfo(VmbCameraInfo)

Initializes a new instance of the VisioForge.Core.Types.X.Sources.AlliedVisionCameraInfo class.

public AlliedVisionCameraInfo(VmbCameraInfo info)

Parameters

info VmbCameraInfo

The information.

Properties

FrameRate

Gets the frame rate. Call the ReadInfo if 0.

public VideoFrameRate FrameRate { get; }

Property Value

VideoFrameRate

Height

Gets the height. Call the ReadInfo if 0.

public int Height { get; }

Property Value

int

ID

Gets or sets the identifier of the camera.

public string ID { get; set; }

Property Value

string

IdExtended

Gets or sets the globally unique identifier for the camera.

public string IdExtended { get; set; }

Property Value

string

ModelName

Gets or sets the model name.

public string ModelName { get; set; }

Property Value

string

Name

Gets or sets the the display name of the camera.

public string Name { get; set; }

Property Value

string

SerialNumber

Gets or sets the serial number.

public string SerialNumber { get; set; }

Property Value

string

Width

Gets the width. Call the ReadInfo if 0.

public int Width { get; }

Property Value

int

Methods

ReadFeatures(out Dictionary<string, VmbFeatureInfo>)

Reads the features.

public bool ReadFeatures(out Dictionary<string, VmbFeatureInfo> features)

Parameters

features Dictionary<string, VmbFeatureInfo>

The features.

Returns

bool

true if successful, false otherwise.

ReadInfo()

Reads the information.

public bool ReadInfo()

Returns

bool

true if successful, false otherwise.