Sprache

ControlAutoFraming Enum

Definition

public enum ControlAutoFraming
type ControlAutoFraming = 
Inheritance
ControlAutoFraming

Fields

Name Value Description
Off 0

Disable autoframing.

Android reference for android.hardware.camera2.CameraMetadata.CONTROL_AUTOFRAMING_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

Enable autoframing to keep people in the frame's field of view.

Android reference for android.hardware.camera2.CameraMetadata.CONTROL_AUTOFRAMING_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.

Applies to