返回介绍

WebCamTexture.WebCamTexture 网络相机纹理

发布于 2019-12-18 15:38:46 字数 3941 浏览 1534 评论 0 收藏 0

JavaScript => public WebCamTexture()
JavaScript => public WebCamTexture(requestedWidth: int, requestedHeight: int, requestedFPS: int)
JavaScript => public WebCamTexture(requestedWidth: int, requestedHeight: int)
JavaScript => public WebCamTexture(deviceName: string)
JavaScript => public WebCamTexture(deviceName: string, requestedWidth: int, requestedHeight: int)
JavaScript => public WebCamTexture(deviceName: string, requestedWidth: int, requestedHeight: int, requestedFPS: int)
C# => public WebCamTexture();
C# => public WebCamTexture(int requestedWidth, int requestedHeight, int requestedFPS);
C# => public WebCamTexture(int requestedWidth, int requestedHeight);
C# => public WebCamTexture(string deviceName);
C# => public WebCamTexture(string deviceName, int requestedWidth, int requestedHeight);
C# => public WebCamTexture(string deviceName, int requestedWidth, int requestedHeight, int requestedFPS);

Parameters 参数

deviceNameThe name of the video input device to be used.
requestedWidthThe requested width of the texture.
requestedHeightThe requested height of the texture.
requestedFPSThe requested frame rate of the texture.

Description 描述

Create a WebCamTexture.

创建一个网络摄像机纹理。

Use WebCamTexture.devices to get a list of the names of available camera devices. If no device name is supplied to the constructor or is passed as a null string, the first device found will be used.

使用WebCamTexture.devices获取相机设备的名称的数组。如果没有设备名称提供给该构造函数或者传递空的字符串,将使用找到的第一个设备名。

The requested width, height and framerate specified by the parameters may not be supported by the chosen camera. In such cases, the closest available values will be used.

选择的相机可能不支持要求的宽,高和指定的帧率。在这种情况下,将会使用最接近的值。

Note: if you want to use WebCamTextures in the web player, you need to get the user's permission to do so. Call Application.RequestUserAuthorization before creating a WebCamTexture.

注意:如果你想在网络播放器中使用WebCamTextures你需要获取使用者的同意。在创建WebCamTexture之前调用 Application.RequestUserAuthorization。

Note: if you want to use WebCamTexture to play the camera stream from device connected through Unity Remote, then you must initalize it through the constructor. Later it's not possible to change device using WebCamTexture.deviceName from regular devices to remote devices and vice versa.

注意:如果你想并通过unity远程连接设备使用WebCamTexture来运行相机流,那么你必须通过构造函数初始化它。然而从常规设备到远程设备使用WebCamTexture.deviceName都不可能改变设备,反之亦然。

webcamtexture

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文