InputFrameToOutputFrameAdapter Class

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

This type is fully wrapped into Unity components: ARAssembly . There is no need to use this type directly.

Description

Input frame to output frame adapter.

There is an input frame input port and an output frame output port. It can be used to wrap an input frame into an output frame, which can be used for rendering without an algorithm component. Refer to Overview .

All members of this class is thread-safe.


Methods

input

C#

public virtual InputFrameSink input()

Input port.

output

C#

public virtual OutputFrameSource output()

Output port.

create

C#

public static InputFrameToOutputFrameAdapter create()

Creates an instance.