RecommendedStreamConfigurationMap.UsecaseRaw Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.UsecaseMode enum directly instead of this field.
In case the device supports
android.hardware.camera2.CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_RAW
, the
recommended stream configuration map for use case RAW must contain a subset of efficient
configurations that include the android.graphics.ImageFormat#RAW_SENSOR
and other
RAW output formats.
[Android.Runtime.Register("USECASE_RAW", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.UsecaseMode enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.Params.UsecaseMode UsecaseRaw = 5;
[<Android.Runtime.Register("USECASE_RAW", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.UsecaseMode enum directly instead of this field.", true)>]
val mutable UsecaseRaw : Android.Hardware.Camera2.Params.UsecaseMode
Field Value
Value = 5- Attributes
Remarks
In case the device supports android.hardware.camera2.CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_RAW
, the recommended stream configuration map for use case RAW must contain a subset of efficient configurations that include the android.graphics.ImageFormat#RAW_SENSOR
and other RAW output formats. Even if available for the camera device, high speed and input configurations will be absent.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.