Show / Hide Table of Contents

    Class StereoArucoCameraDisplay

    Displays a StereoArucoCamera.

    Inheritance
    Object
    Controller
    ArucoCameraController
    ArucoCameraDisplay
    ArucoCameraDisplayGeneric<StereoArucoCamera, ArucoCameraUndistortion>
    StereoArucoCameraDisplay
    Implements
    IArucoCameraDisplay
    IArucoCameraController
    IController
    Inherited Members
    ArucoCameraDisplayGeneric<StereoArucoCamera, ArucoCameraUndistortion>.Awake()
    ArucoCameraDisplay.cameraBackgroundDistance
    ArucoCameraDisplay.Cameras
    ArucoCameraDisplay.BackgroundCameras
    ArucoCameraDisplay.Backgrounds
    ArucoCameraDisplay.ArucoCameraUndistortion
    ArucoCameraDisplay.Configuring()
    ArucoCameraDisplay.Starting()
    ArucoCameraDisplay.Stopping()
    ArucoCameraDisplay.SetDisplayActive(Boolean)
    ArucoCameraDisplay.ConfigureDefaultBackgrounds()
    ArucoCameraDisplay.ConfigureRectifiedBackground(Int32)
    ArucoCameraController.ArucoCamera
    Controller.Configured
    Controller.Ready
    Controller.Started
    Controller.Stopped
    Controller.AutoStart
    Controller.IsConfigured
    Controller.IsReady
    Controller.IsStarted
    Controller.Start()
    Controller.OnDestroy()
    Controller.AddDependency(IController)
    Controller.RemoveDependency(IController)
    Controller.GetDependencies()
    Controller.Configure()
    Controller.StartController()
    Controller.StopController()
    Controller.OnConfigured()
    Controller.OnStarted()
    Controller.OnStopped()
    Namespace: ArucoUnity.Cameras.Displays
    Assembly: Assembly-CSharp.dll
    Syntax
    public class StereoArucoCameraDisplay : ArucoCameraDisplayGeneric<StereoArucoCamera, ArucoCameraUndistortion>, IArucoCameraDisplay, IArucoCameraController, IController

    Fields

    | Improve this Doc View Source

    backgroundsPositionOffset

    Declaration
    protected Vector3 backgroundsPositionOffset
    Field Value
    Type Description
    Vector3

    Properties

    | Improve this Doc View Source

    Eyes

    Gets or sets the containers of the and the .

    Declaration
    public Transform[] Eyes { get; protected set; }
    Property Value
    Type Description
    Transform[]

    Methods

    | Improve this Doc View Source

    Awake()

    Sets Eyes, , and from editor fields if not nulls.

    Declaration
    protected override void Awake()
    Overrides
    ArucoUnity.Cameras.Displays.ArucoCameraDisplayGeneric<ArucoUnity.Cameras.StereoArucoCamera, ArucoUnity.Cameras.Undistortions.ArucoCameraUndistortion>.Awake()
    | Improve this Doc View Source

    ConfigureDisplay()

    Declaration
    protected override void ConfigureDisplay()
    Overrides
    ArucoCameraDisplay.ConfigureDisplay()
    | Improve this Doc View Source

    ConfigureRectifiedCamera(Int32)

    Place the virtual cameras in the same placement than the physical cameras.

    Declaration
    protected override void ConfigureRectifiedCamera(int cameraId)
    Parameters
    Type Name Description
    Int32 cameraId

    The id of the camera to configure.

    Overrides
    ArucoCameraDisplay.ConfigureRectifiedCamera(Int32)
    | Improve this Doc View Source

    PlaceArucoObject(Transform, Int32, Vector3, Quaternion)

    Declaration
    public override void PlaceArucoObject(Transform arucoObject, int cameraId, Vector3 localPosition, Quaternion localRotation)
    Parameters
    Type Name Description
    Transform arucoObject
    Int32 cameraId
    Vector3 localPosition
    Quaternion localRotation
    Overrides
    ArucoCameraDisplay.PlaceArucoObject(Transform, Int32, Vector3, Quaternion)

    Implements

    IArucoCameraDisplay
    IArucoCameraController
    IController
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand