Show / Hide Table of Contents

    Interface IHasArucoCameraParameters

    Contains a ArucoCameraParameters.

    Namespace: ArucoUnity.Cameras.Parameters
    Assembly: Assembly-CSharp.dll
    Syntax
    public interface IHasArucoCameraParameters

    Properties

    | Improve this Doc View Source

    CameraParameters

    Gets or sets the IArucoCamera camera parameters.

    Declaration
    ArucoCameraParameters CameraParameters { get; set; }
    Property Value
    Type Description
    ArucoCameraParameters
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand