ImageFormat.RawPrivate Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.

Privates Bildformat des Rohkamerasensors, ein einzelnes Kanalbild mit implementierungsabhängigem Pixellayout.

[Android.Runtime.Register("RAW_PRIVATE", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)]
public const Android.Graphics.ImageFormatType RawPrivate = 36;
[<Android.Runtime.Register("RAW_PRIVATE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable RawPrivate : Android.Graphics.ImageFormatType

Feldwert

Value = 36
Attribute

Hinweise

Privates Bildformat des Rohkamerasensors, ein einzelnes Kanalbild mit implementierungsabhängigem Pixellayout.

RAW_PRIVATE ist ein Format für nicht verarbeitete Rohbildpuffer, die von einem Bildsensor stammen. Die tatsächliche Struktur der Puffer dieses Formats ist implementierungsabhängig.

Java Dokumentation für android.graphics.ImageFormat.RAW_PRIVATE.

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: