言語

ImageFormat.RawSensor フィールド

定義

注意事項

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

一般的な生のカメラセンサー画像フォーマットは、通常、単一チャンネルのバイエルモザイク画像を表す。

[Android.Runtime.Register("RAW_SENSOR")]
[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 RawSensor = 32;
[<Android.Runtime.Register("RAW_SENSOR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable RawSensor : Android.Graphics.ImageFormatType

フィールド値

Value = 32
属性

注釈

一般的な生のカメラセンサー画像フォーマットは、通常、単一チャンネルのバイエルモザイク画像を表す。 各ピクセル カラー サンプルは、16 ビットの精度で格納されます。

カラー モザイクのレイアウト、生のピクセル データのエンコード値の最大値と最小値、画像の色空間、および生のセンサー イメージを解釈するために必要なすべての情報は、画像を生成した android.hardware.camera2.CameraDevice から照会する必要があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象