KlakSpout 是一个 Unity 插件,允许 Unity 使用 Spout 系统发送/接收视频流。
您可以使用 Spout Sender 组件发送视频流。有三种捕获方法可用:
Game View: Captures the content of the Game View.
游戏视图:捕获游戏视图的内容。
Camera: Captures a specified camera.
相机:捕获指定的相机。
Texture: Captures a 2D texture or a Render Texture.
纹理:捕获 2D 纹理或渲染纹理。
1