CameraCharacteristics.RequestAvailableDynamicRangeProfiles Property
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.
Devices supporting the 10-bit output capability CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_DYNAMIC_RANGE_TEN_BIT must list their supported dynamic range profiles along with capture request constraints for specific profile combinations.
[Android.Runtime.Register("REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES", ApiSince=33)]
public static Android.Hardware.Camera2.CameraCharacteristics.Key RequestAvailableDynamicRangeProfiles { get; }
[<Android.Runtime.Register("REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES", ApiSince=33)>]
static member RequestAvailableDynamicRangeProfiles : Android.Hardware.Camera2.CameraCharacteristics.Key
Property Value
Devices supporting the 10-bit output capability CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_DYNAMIC_RANGE_TEN_BIT must list their supported dynamic range profiles along with capture request constraints for specific profile combinations.
- Attributes
Remarks
Devices supporting the 10-bit output capability CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_DYNAMIC_RANGE_TEN_BIT must list their supported dynamic range profiles along with capture request constraints for specific profile combinations.
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.