CameraMetadata.DistortionCorrectionModeHighQuality Field

Definition

High-quality distortion correction is applied, at the cost of possibly reduced frame rate relative to sensor output.

[Android.Runtime.Register("DISTORTION_CORRECTION_MODE_HIGH_QUALITY", ApiSince=28)]
public const int DistortionCorrectionModeHighQuality = 2;
[<Android.Runtime.Register("DISTORTION_CORRECTION_MODE_HIGH_QUALITY", ApiSince=28)>]
val mutable DistortionCorrectionModeHighQuality : int

Field Value

Value = 2
Attributes

Remarks

High-quality distortion correction is applied, at the cost of possibly reduced frame rate relative to sensor output.

Java documentation for android.hardware.camera2.CameraMetadata.DISTORTION_CORRECTION_MODE_HIGH_QUALITY.

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