OutputFrame Class

This type is an EasyAR Sense API in C#: OutputFrame . Some descriptions may not apply to Unity environment on this page.

Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.

Description

Output frame.

It includes input frame and results of synchronous components.


Methods

index

C#

public virtual int index()

Index, an automatic incremental value, which is different for every output frame.

inputFrame

C#

public virtual InputFrame inputFrame()

Corresponding input frame.

results

C#

public virtual List<Optional< FrameFilterResult >> results()

Results of synchronous components.