次の方法で共有


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 クエリを実行する必要があります。

android.graphics.ImageFormat.RAW_SENSORJava ドキュメント。

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

適用対象