Show / Hide Table of Contents

    Interface IArucoCameraController

    Configurable controller using a IArucoCamera.

    Inherited Members
    IController.Configured
    IController.Ready
    IController.Started
    IController.Stopped
    IController.AutoStart
    IController.IsConfigured
    IController.IsReady
    IController.IsStarted
    IController.AddDependency(IController)
    IController.RemoveDependency(IController)
    IController.GetDependencies()
    IController.Configure()
    IController.StartController()
    IController.StopController()
    Namespace: ArucoUnity.Cameras
    Assembly: Assembly-CSharp.dll
    Syntax
    public interface IArucoCameraController : IController

    Properties

    | Improve this Doc View Source

    ArucoCamera

    Gets or sets the camera to use.

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