VisioForge (c) 2025

Search Results for

    Class CameraInfo

    Inheritance
    object
    CameraInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.PhotoCapture
    Assembly: VisioForge.Core.dll
    Syntax
    public class CameraInfo

    Properties

    AvailableResolutions

    Declaration
    public List<Size> AvailableResolutions { get; }
    Property Value
    Type Description
    List<Size>

    DeviceId

    Declaration
    public string DeviceId { get; }
    Property Value
    Type Description
    string

    HasFlashUnit

    Declaration
    public bool HasFlashUnit { get; }
    Property Value
    Type Description
    bool

    HorizontalViewAngle

    Declaration
    public float HorizontalViewAngle { get; }
    Property Value
    Type Description
    float

    MaxZoomFactor

    Declaration
    public float MaxZoomFactor { get; }
    Property Value
    Type Description
    float

    MinZoomFactor

    Declaration
    public float MinZoomFactor { get; }
    Property Value
    Type Description
    float

    Name

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

    Position

    Declaration
    public CameraPosition Position { get; }
    Property Value
    Type Description
    CameraPosition

    VerticalViewAngle

    Declaration
    public float VerticalViewAngle { get; }
    Property Value
    Type Description
    float

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()