次の方法で共有


CameraAccessException.MaxCamerasInUse フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Hardware.Camera2.CameraAccessErrorType enum directly instead of this field.

開いているカメラまたはカメラ リソースの数に関するシステム全体の制限に達しており、以前のインスタンスが閉じられるまで、より多くのカメラ デバイスを開くことができないか、または Torch モードをオンにすることはできません。

[Android.Runtime.Register("MAX_CAMERAS_IN_USE", ApiSince=23)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.CameraAccessErrorType enum directly instead of this field.")]
public const int MaxCamerasInUse = 5;
[<Android.Runtime.Register("MAX_CAMERAS_IN_USE", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.CameraAccessErrorType enum directly instead of this field.")>]
val mutable MaxCamerasInUse : int

フィールド値

Value = 5
属性

注釈

の Java ドキュメントandroid.hardware.camera2.CameraAccessException.MAX_CAMERAS_IN_USE

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象