OutputFrameFork Class

This type is an EasyAR Sense API in C#: OutputFrameFork . 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

Output frame fork.

It is used to branch and transfer output frame to multiple components in parallel.

All members of this class is thread-safe.


Methods

input

C#

public virtual OutputFrameSink input()

Input port.

output

C#

public virtual OutputFrameSource output(int index)

Output port.

outputCount

C#

public virtual int outputCount()

Output count.

create

C#

public static OutputFrameFork create(int outputCount)

Creates an instance.