Version: 2020.1
언어: 한국어

WebCamKind

enumeration

매뉴얼로 전환

설명

Enum representing the different types of web camera device.

On iOS devices, the WebCamDevice.kind is reported directly by the hardware. On Android devices, the hardware does not report this value, so Unity determines the WebCamDevice.kind by calculating the Equivalent Focal Length from a calculation based on the reported focal length and matrix size. As a result, on some Android devices, the default camera may be detected as WebCamKind.UltraWideAngle or WebCamKind.Telephoto.

See Also: WebCamDevice.kind.

변수

WideAngleWide angle (default) camera.
TelephotoA Telephoto camera device. These devices have a longer focal length than a wide-angle camera.
ColorAndDepthCamera which supports synchronized color and depth data (currently these are only dual back and true depth cameras on latest iOS devices).
UltraWideAngleUltra wide angle camera. These devices have a shorter focal length than a wide-angle camera.