VisioForge (c) 2025

Search Results for

    Class BaslerCameraInfo

    Class BaslerCameraInfo.

    Inheritance
    object
    BaslerCameraInfo
    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 BaslerCameraInfo

    Constructors

    BaslerCameraInfo(int, PylonDeviceInfo_t)

    Initializes a new instance of the BaslerCameraInfo class.

    Declaration
    public BaslerCameraInfo(int index, PylonDeviceInfo_t info)
    Parameters
    Type Name Description
    int index

    The index.

    PylonDeviceInfo_t info

    The information.

    BaslerCameraInfo(string)

    Initializes a new instance of the BaslerCameraInfo class.

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

    The name.

    Properties

    DeviceClass

    Gets or sets the device class.

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

    The device class.

    DeviceIndex

    Gets the index of the device.

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

    The index of the device.

    DeviceVersion

    Gets or sets the device version.

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

    The device version.

    FrameRate

    Gets the frame rate. Call the ReadInfo if 0.

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

    The frame rate.

    FullName

    Gets or sets the full name.

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

    The full name.

    Height

    Gets the height. Call the ReadInfo if 0.

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

    The height.

    ModelName

    Gets or sets the name of the model.

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

    The name of the model.

    Name

    Gets or sets the name.

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

    The name.

    SerialNumber

    Gets or sets the serial number.

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

    The serial number.

    UserDefinedName

    Gets or sets the name of the user defined.

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

    The name of the user defined.

    VendorName

    Gets or sets the name of the vendor.

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

    The name of the vendor.

    Width

    Gets the width. Call the ReadInfo if 0.

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

    The width.

    Methods

    ReadInfo()

    Reads the information.

    Declaration
    public bool ReadInfo()
    Returns
    Type Description
    bool

    true if successful, false otherwise.