Język

ControlSettingsOverride Enum

Definition

public enum ControlSettingsOverride
type ControlSettingsOverride = 
Inheritance
ControlSettingsOverride

Fields

Name Value Description
Off 0

No keys are applied sooner than the other keys when applying CaptureRequest settings to the camera device. This is the default value.

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

Zoom 1

Zoom related keys are applied sooner than the other keys in the CaptureRequest. The zoom related keys are: android.control.zoomRatio; android.scaler.cropRegion; android.control.aeRegions; android.control.awbRegions; android.control.afRegions

Even though android.control.aeRegions, android.control.awbRegions, and android.control.afRegions are not directly zoom related, applications typically scale these regions together with android.scaler.cropRegion to have a consistent mapping within the current field of view. In this aspect, they are related to android.scaler.cropRegion and android.control.zoomRatio.

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

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