Skip to main content
Version: 20 Mar 2024

MarkerDetector

Used to detect data from a specified type of marker tracker based on specific settings.

Public Fields

Settings

The current settings associated with the marker detector.


public MarkerDetectorSettings Settings { get; set; }


Status

The current status of the readiness of the marker detector.


public MarkerDetectorStatus Status { get; set; }

TypeDescription
MarkerDetectorStatusThe current status of the readiness of the marker tracker.

Public Attributes

Data

The data retrieved from the marker detector.


public IReadOnlyList< MarkerData > Data => Array.AsReadOnly<MarkerData>(data);

TypeDescription
IReadOnlyList< MarkerData >The data retrieved from a marker detector.

Returns: A readonly collection of data retrieved from the marker detector.