Skip to main content
Version: 20 Mar 2024

MarkerDetectorSettings

Public Attributes

AprilTagSettings

The settings associated with the AprilTag marker type to be applied to the marker tracker. This only applies if the MarkerType is AprilTag.


public AprilTagSettings AprilTagSettings;

TypeDescription
AprilTagSettingsSettings associated with the AprilTag marker type.

ArucoSettings

The settings associated with the Aruco marker type to be applied to the marker tracker. This only applies if the MarkerType is Aruco.


public ArucoSettings ArucoSettings;

TypeDescription
ArucoSettingsSettings associated with the Aruco marker type.

CustomProfileSettings

The custom settings to be applied to the marker tracker. This is only applicable when a custom type is selected for the MarkerDetectorProfile.


public CustomProfileSettings CustomProfileSettings;

TypeDescription
CustomProfileSettingsThe custom settings applied to the marker tracker when a custom profile is used.

MarkerDetectorProfile

The type of tracker profile to be associated with the marker tracker.


public MarkerDetectorProfile MarkerDetectorProfile;

TypeDescription
MarkerDetectorProfileRepresents the different tracker profiles used to optimize marker tracking in difference use cases.

MarkerType

The marker type to be associated with the marker tracker.


public MarkerType MarkerType;

TypeDescription
MarkerTypeRepresents the different marker types supported by the API

QRSettings

The settings associated with the QR marker type to be applied to the marker tracker. This only applies if the MarkerType is QR.


public QRSettings QRSettings;

TypeDescription
QRSettingsSettings associated with the QR marker type.