共用方式為


CameraAccessException.MaxCamerasInUse 欄位

定義

警告

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

已達到開啟相機或相機資源數目的系統範圍限制,而且在先前的實例關閉之前,無法開啟更多相機裝置或火炬模式。

[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
屬性

備註

android.hardware.camera2.CameraAccessException.MAX_CAMERAS_IN_USEJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於