Class AlliedVisionCameraInfo
- Namespace
- VisioForge.Core.Types.X.Sources
- Assembly
- VisioForge.Core.dll
Class AlliedVisionCameraInfo.
public class AlliedVisionCameraInfoInheritance
Inherited Members
Constructors
AlliedVisionCameraInfo(string)
Initializes a new instance of the VisioForge.Core.Types.X.Sources.AlliedVisionCameraInfo class.
public AlliedVisionCameraInfo(string name)Parameters
namestring-
The name.
AlliedVisionCameraInfo(VmbCameraInfo)
Initializes a new instance of the VisioForge.Core.Types.X.Sources.AlliedVisionCameraInfo class.
public AlliedVisionCameraInfo(VmbCameraInfo info)Parameters
infoVmbCameraInfo-
The information.
Properties
FrameRate
Gets the frame rate. Call the ReadInfo if 0.
public VideoFrameRate FrameRate { get; }Property Value
Height
Gets the height. Call the ReadInfo if 0.
public int Height { get; }Property Value
ID
Gets or sets the identifier of the camera.
public string ID { get; set; }Property Value
IdExtended
Gets or sets the globally unique identifier for the camera.
public string IdExtended { get; set; }Property Value
ModelName
Gets or sets the model name.
public string ModelName { get; set; }Property Value
Name
Gets or sets the the display name of the camera.
public string Name { get; set; }Property Value
SerialNumber
Gets or sets the serial number.
public string SerialNumber { get; set; }Property Value
Width
Gets the width. Call the ReadInfo if 0.
public int Width { get; }Property Value
Methods
ReadFeatures(out Dictionary<string, VmbFeatureInfo>)
Reads the features.
public bool ReadFeatures(out Dictionary<string, VmbFeatureInfo> features)Parameters
featuresDictionary<string, VmbFeatureInfo>-
The features.
Returns
- bool
-
trueif successful,falseotherwise.
ReadInfo()
Reads the information.
public bool ReadInfo()Returns
- bool
-
trueif successful,falseotherwise.