VisioForge (c) 2025

Search Results for

    Class AlliedVisionCameraInfo

    Class AlliedVisionCameraInfo.

    Inheritance
    object
    AlliedVisionCameraInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.Sources
    Assembly: VisioForge.Core.dll
    Syntax
    public class AlliedVisionCameraInfo

    Constructors

    AlliedVisionCameraInfo(string)

    Initializes a new instance of the AlliedVisionCameraInfo class.

    Declaration
    public AlliedVisionCameraInfo(string name)
    Parameters
    Type Name Description
    string name

    The name.

    AlliedVisionCameraInfo(VmbCameraInfo)

    Initializes a new instance of the AlliedVisionCameraInfo class.

    Declaration
    public AlliedVisionCameraInfo(VmbCameraInfo info)
    Parameters
    Type Name Description
    VmbCameraInfo info

    The information.

    Properties

    FrameRate

    Gets the frame rate. Call the ReadInfo if 0.

    Declaration
    public VideoFrameRate FrameRate { get; }
    Property Value
    Type Description
    VideoFrameRate

    The frame rate.

    Height

    Gets the height. Call the ReadInfo if 0.

    Declaration
    public int Height { get; }
    Property Value
    Type Description
    int

    The height.

    ID

    Gets or sets the identifier of the camera.

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    string

    IdExtended

    Gets or sets the globally unique identifier for the camera.

    Declaration
    public string IdExtended { get; set; }
    Property Value
    Type Description
    string

    ModelName

    Gets or sets the model name.

    Declaration
    public string ModelName { get; set; }
    Property Value
    Type Description
    string

    Name

    Gets or sets the the display name of the camera.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    SerialNumber

    Gets or sets the serial number.

    Declaration
    public string SerialNumber { get; set; }
    Property Value
    Type Description
    string

    Width

    Gets the width. Call the ReadInfo if 0.

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    int

    The width.

    Methods

    ReadFeatures(out Dictionary<string, VmbFeatureInfo>)

    Reads the features.

    Declaration
    public bool ReadFeatures(out Dictionary<string, VmbFeatureInfo> features)
    Parameters
    Type Name Description
    Dictionary<string, VmbFeatureInfo> features

    The features.

    Returns
    Type Description
    bool

    true if successful, false otherwise.

    ReadInfo()

    Reads the information.

    Declaration
    public bool ReadInfo()
    Returns
    Type Description
    bool

    true if successful, false otherwise.