Table of Contents

Class MegaTrackerResult

Namespace
easyar

The output of MegaTracker will be updated at the frequency of OutputFrame.

Inheritance
MegaTrackerResult

Methods

instances

The instance of the currently located block. The existing instance will be retained until another block is located, 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

List<MegaTrackerBlockInstance>