Table of Contents

Class MegaTrackerResult

Namespace
easyar

Output of MegaTracker, updated at the frequency of OutputFrame.

Inheritance
MegaTrackerResult

Methods

instances

The currently localized block instance. The existing instance is kept until another block is localized, or MegaTracker is stopped or paused.

void easyar_MegaTrackerResult_instances(const easyar_MegaTrackerResult * This, easyar_ListOfMegaTrackerBlockInstance * * Return)
std::vector<std::shared_ptr<MegaTrackerBlockInstance>> instances()
public java.util.@Nonnull ArrayList<@Nonnull MegaTrackerBlockInstance> instances()
fun instances(): ArrayList<MegaTrackerBlockInstance>
- (NSArray<easyar_MegaTrackerBlockInstance *> *)instances
public func instances() -> [MegaTrackerBlockInstance]
public virtual List<MegaTrackerBlockInstance> instances()

Returns

Type Description
List<MegaTrackerBlockInstance>