CameraCharacteristics.AvailablePhysicalCameraRequestKeys Property

Definition

Returns a subset of #getAvailableCaptureRequestKeys keys that can be overridden for physical devices backing a logical multi-camera.

public System.Collections.Generic.IList<Android.Hardware.Camera2.CaptureRequest.Key>? AvailablePhysicalCameraRequestKeys { [Android.Runtime.Register("getAvailablePhysicalCameraRequestKeys", "()Ljava/util/List;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getAvailablePhysicalCameraRequestKeys", "()Ljava/util/List;", "", ApiSince=28)>]
member this.AvailablePhysicalCameraRequestKeys : System.Collections.Generic.IList<Android.Hardware.Camera2.CaptureRequest.Key>

Property Value

IList<Key>

List of keys that can be overridden in individual physical device requests. In case the camera device doesn't support such keys the list can be null.

Attributes

Remarks

Java documentation for android.hardware.camera2.CameraCharacteristics.getAvailablePhysicalCameraRequestKeys().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to