CameraMetadata.RequestAvailableCapabilitiesColorSpaceProfiles 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.RequestAvailableCapabilities enum directly instead of this field.
The device supports querying the possible combinations of color spaces, image
formats, and dynamic range profiles supported by the camera and requesting a
particular color space for a session via
android.hardware.camera2.params.SessionConfiguration#setColorSpace
.
[Android.Runtime.Register("REQUEST_AVAILABLE_CAPABILITIES_COLOR_SPACE_PROFILES", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.RequestAvailableCapabilities enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.RequestAvailableCapabilities RequestAvailableCapabilitiesColorSpaceProfiles = 20;
[<Android.Runtime.Register("REQUEST_AVAILABLE_CAPABILITIES_COLOR_SPACE_PROFILES", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.RequestAvailableCapabilities enum directly instead of this field.", true)>]
val mutable RequestAvailableCapabilitiesColorSpaceProfiles : Android.Hardware.Camera2.RequestAvailableCapabilities
Field Value
Value = 20- Attributes
Remarks
The device supports querying the possible combinations of color spaces, image formats, and dynamic range profiles supported by the camera and requesting a particular color space for a session via android.hardware.camera2.params.SessionConfiguration#setColorSpace
.
Cameras that enable this capability may or may not also implement dynamic range profiles. If they don't, android.hardware.camera2.params.ColorSpaceProfiles#getSupportedDynamicRangeProfiles
will return only android.hardware.camera2.params.DynamicRangeProfiles#STANDARD
and android.hardware.camera2.params.ColorSpaceProfiles#getSupportedColorSpacesForDynamicRange
will assume support of the android.hardware.camera2.params.DynamicRangeProfiles#STANDARD
profile in all combinations of color spaces and image formats.
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.