Language

LensOpticalStabilizationMode Enum

Definition

Enumerates values returned by the Off, and On members.

public enum LensOpticalStabilizationMode
type LensOpticalStabilizationMode = 
Inheritance
LensOpticalStabilizationMode

Fields

Name Value Description
Off 0

Optical stabilization is unavailable.

Android reference for android.hardware.camera2.CameraMetadata.LENS_OPTICAL_STABILIZATION_MODE_OFF.

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.

On 1

Optical stabilization is enabled.

Android reference for android.hardware.camera2.CameraMetadata.LENS_OPTICAL_STABILIZATION_MODE_ON.

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.

Remarks

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