ImageFormat.RawPrivate Field

Definition

Caution

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

Private raw camera sensor image format, a single channel image with implementation dependent pixel layout.

[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

Field Value

Value = 36
Attributes

Remarks

Private raw camera sensor image format, a single channel image with implementation dependent pixel layout.

RAW_PRIVATE is a format for unprocessed raw image buffers coming from an image sensor. The actual structure of buffers of this format is implementation-dependent.

Java documentation for android.graphics.ImageFormat.RAW_PRIVATE.

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