Język

LensState Enum

Definition

Enumerates values returned by the Moving, and Stationary members.

public enum LensState
type LensState = 
Inheritance
LensState

Fields

Name Value Description
Stationary 0

The lens parameters (android.lens.focalLength, android.lens.focusDistance, android.lens.filterDensity and android.lens.aperture) are not changing.

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

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.

Moving 1

One or several of the lens parameters (android.lens.focalLength, android.lens.focusDistance, android.lens.filterDensity or android.lens.aperture) is currently changing.

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

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