MarkerDetector
NameSpace: MarkerUnderstanding
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; }
Type | Description |
---|---|
MarkerDetectorSettings | All of the settings associated with the marker tracker. |
Status
The current status of the readiness of the marker detector.
public MarkerDetectorStatus Status { get; set; }
Type | Description |
---|---|
MarkerDetectorStatus | The 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(data);
Type | Description |
---|---|
IReadOnlyList< MarkerData > | The data retrieved from a marker detector. |
Returns: A readonly collection of data retrieved from the marker detector.