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

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于