Sprache

CameraMetadata.ControlAePriorityModeSensorExposureTimePriority Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlAePriorityMode enum directly instead of this field.

Die automatische Belichtungsroutine des Kamerageräts ist aktiv und priorisiert die von der Anwendung ausgewählte Belichtungszeit (CaptureRequest#SENSOR_EXPOSURE_TIME android.sensor.exposureTime).

[Android.Runtime.Register("CONTROL_AE_PRIORITY_MODE_SENSOR_EXPOSURE_TIME_PRIORITY", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlAePriorityMode enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.ControlAePriorityMode ControlAePriorityModeSensorExposureTimePriority = 2;
[<Android.Runtime.Register("CONTROL_AE_PRIORITY_MODE_SENSOR_EXPOSURE_TIME_PRIORITY", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlAePriorityMode enum directly instead of this field.", true)>]
val mutable ControlAePriorityModeSensorExposureTimePriority : Android.Hardware.Camera2.ControlAePriorityMode

Feldwert

Value = 2
Attribute

Hinweise

Die automatische Belichtungsroutine des Kamerageräts ist aktiv und priorisiert die von der Anwendung ausgewählte Belichtungszeit (CaptureRequest#SENSOR_EXPOSURE_TIME android.sensor.exposureTime).

Die Anwendung hat Die Kontrolle darüber CaptureRequest#SENSOR_EXPOSURE_TIME android.sensor.exposureTime , während die Werte der Anwendung für CaptureRequest#SENSOR_SENSITIVITY android.sensor.sensitivity und CaptureRequest#SENSOR_FRAME_DURATION android.sensor.frameDuration werden ignoriert.

Java Dokumentation für android.hardware.camera2.CameraMetadata.CONTROL_AE_PRIORITY_MODE_SENSOR_EXPOSURE_TIME_PRIORITY.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: