Show / Hide Table of Contents

    Class EditorExtrinsicsCalibration

    Inheritance
    Object
    EditorExtrinsicsCalibration
    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public class EditorExtrinsicsCalibration : MonoBehaviour

    Fields

    cameraIntrinsicsPath

    Declaration
    protected string cameraIntrinsicsPath
    Field Value
    Type Description
    String

    cameraVisualHelper

    Used to draw debug visuals for camera positions/orientations.

    Declaration
    protected DebugVisualHelper cameraVisualHelper
    Field Value
    Type Description
    DebugVisualHelper

    feedImage

    Declaration
    protected RawImage feedImage
    Field Value
    Type Description
    RawImage

    lastArUcoImage

    Image for displaying the last processed ArUco marker dataset.

    Declaration
    protected RawImage lastArUcoImage
    Field Value
    Type Description
    RawImage

    markerVisualHelper

    Used to draw debug visuals for detected aruco markers.

    Declaration
    protected DebugVisualHelper markerVisualHelper
    Field Value
    Type Description
    DebugVisualHelper

    MinimumNumberOfDetectedMarkers

    Declaration
    public int MinimumNumberOfDetectedMarkers
    Field Value
    Type Description
    Int32

    Properties

    CalibrationFileName

    The file name for the found calibration data. Calibration data includes both camera intrinsics and extrinsics.

    Declaration
    public string CalibrationFileName { get; }
    Property Value
    Type Description
    String

    GlobalExtrinsics

    The output camera extrinsics calculated from all usable datasets.

    Declaration
    public CalculatedCameraExtrinsics GlobalExtrinsics { get; }
    Property Value
    Type Description
    CalculatedCameraExtrinsics

    GlobalExtrinsicsFileName

    The file name for the output camera extrinsics calculated from all usable datasets.

    Declaration
    public string GlobalExtrinsicsFileName { get; }
    Property Value
    Type Description
    String

    LastDetectedMarkersCount

    The number of markers detected in the last dataset.

    Declaration
    public int LastDetectedMarkersCount { get; }
    Property Value
    Type Description
    Int32

    ProcessedDatasetCount

    The number of datasets that have been successfully processed.s

    Declaration
    public int ProcessedDatasetCount { get; }
    Property Value
    Type Description
    Int32

    UploadResultMessage

    A message associated with the last attempt to upload calibration data to a connected HoloLens device.

    Declaration
    public string UploadResultMessage { get; }
    Property Value
    Type Description
    String

    UploadSucceeded

    A flag indicating whether the last attempt at uploading calibration data to a connected HoloLens device succeeded.

    Declaration
    public bool UploadSucceeded { get; }
    Property Value
    Type Description
    Boolean
    In This Article
    • Fields
      • cameraIntrinsicsPath
      • cameraVisualHelper
      • feedImage
      • lastArUcoImage
      • markerVisualHelper
      • MinimumNumberOfDetectedMarkers
    • Properties
      • CalibrationFileName
      • GlobalExtrinsics
      • GlobalExtrinsicsFileName
      • LastDetectedMarkersCount
      • ProcessedDatasetCount
      • UploadResultMessage
      • UploadSucceeded
    Back to top Generated by DocFX