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 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상