MegaTrackerResult Class¶
Inherits: FrameFilterResult
Description¶
The result of MegaTracker. Updated at the same frame rate with OutputFrame.
instances¶
Current localized block instances. An existing instance will be preserved until another block is localized, or when MegaTracker is stopped or paused.
- C
void easyar_MegaTrackerResult_instances(const easyar_MegaTrackerResult * This, easyar_ListOfMegaTrackerBlockInstance * * Return)
- C++
std::vector<std::shared_ptr<MegaTrackerBlockInstance>> instances()
- Java
public java.util.@Nonnull ArrayList<@Nonnull MegaTrackerBlockInstance> instances()
- Kotlin
fun instances(): ArrayList<MegaTrackerBlockInstance>
- Objective-C
- (NSArray<easyar_MegaTrackerBlockInstance *> *)instances
- Swift
public func instances() -> [MegaTrackerBlockInstance]
- C#
public virtual List<MegaTrackerBlockInstance> instances()