OpenXRMlMarkerDetectorQrSettings

Experimental: Marked as experimental due to lack of community validation on Magic Leap devices.

Inherits: OpenXRMlMarkerDetectorSettings < Resource

QR settings for the OpenXRMlMarkerDetector.

Description

QR settings for the OpenXRMlMarkerDetector.

Properties

bool

estimate_qr_length

false

float

qr_length

0.0


Property Descriptions

bool estimate_qr_length = false

  • void set_estimate_qr_length ( bool value )

  • bool get_estimate_qr_length ( )

If set to true the detector will estimate the size of the marker.


float qr_length = 0.0

  • void set_qr_length ( float value )

  • float get_qr_length ( )

The physical length of one side of a marker in meters.

A higher localization accuracy may be obtained by specifying the marker size.

This value is ignored if estimate_qr_length is set to true.