語言

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 文件 android.graphics.ImageFormat.RAW_SENSOR

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於