InputFrameToOutputFrameAdapter Class

这个类型是C#语言的 EasyAR Sense API: InputFrameToOutputFrameAdapter 。页面中部分描述可能与Unity环境无关。

这个类型已经完全封装进Unity组件: ARAssembly 。不需要直接使用这个类型。

Description

输入帧到输出帧适配器。

有一个输入帧输入端口和一个输出帧输出端口,用于将输入帧包装成输出帧,实现不接入算法组件,直接进行渲染的功能。参考 概览

本类的所有成员都是线程安全的。


Methods

input

C#

public virtual InputFrameSink input()

输入端口。

output

C#

public virtual OutputFrameSource output()

输出端口。

create

C#

public static InputFrameToOutputFrameAdapter create()

创建。