Skip to content

クラス GcCameraDevice

Namespace: GameCanvas

csharp
public sealed class GcCameraDevice

カメラ(外部入力映像)デバイス

フィールド

CanFocusPoint

csharp
public readonly bool CanFocusPoint

任意座標指定オートフォーカスに対応しているかどうか

DeviceName

csharp
public readonly string DeviceName

デバイス名

IsDepth

csharp
public readonly bool IsDepth

深度カメラかどうか

IsFront

csharp
public readonly bool IsFront

前面(自撮り)カメラかどうか

Resolutions

csharp
public readonly GcResolution[] Resolutions

解像度とリフレッシュレートの候補

備考

iOS, Android の実機以外では常に無効(配列長が0)です

メソッド

ToString()

csharp
public override string ToString()

Released under the MIT License.