CameraCharacteristics.RequestPipelineMaxDepth Property

Definition

Specifies the number of maximum pipeline stages a frame has to go through from when it's exposed to when it's available to the framework.

[Android.Runtime.Register("REQUEST_PIPELINE_MAX_DEPTH")]
public static Android.Hardware.Camera2.CameraCharacteristics.Key? RequestPipelineMaxDepth { get; }
[<Android.Runtime.Register("REQUEST_PIPELINE_MAX_DEPTH")>]
static member RequestPipelineMaxDepth : Android.Hardware.Camera2.CameraCharacteristics.Key

Property Value

Attributes

Remarks

Java documentation for android.hardware.camera2.CameraCharacteristics.REQUEST_PIPELINE_MAX_DEPTH.

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

See also