CameraMetadata.ControlAutoframingOn Feld

Definition

Achtung

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

Aktivieren Sie die automatische Infrastruktur, um Personen im Sichtfeld des Frames zu behalten.

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

Feldwert

Value = 1
Attribute

Hinweise

Aktivieren Sie die automatische Infrastruktur, um Personen im Sichtfeld des Frames zu behalten.

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

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: