RecommendedStreamConfigurationMap.Usecase10bitOutput 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.
If supported, the recommended 10-bit output stream configurations must include
a subset of the advertised android.graphics.ImageFormat#YCBCR_P010
and
android.graphics.ImageFormat#PRIVATE
outputs that are optimized for power
and performance when registered along with a supported 10-bit dynamic range profile.
[Android.Runtime.Register("USECASE_10BIT_OUTPUT", ApiSince=33)]
[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 Usecase10bitOutput = 8;
[<Android.Runtime.Register("USECASE_10BIT_OUTPUT", ApiSince=33)>]
[<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 Usecase10bitOutput : Android.Hardware.Camera2.Params.UsecaseMode
Field Value
Value = 8- Attributes
Remarks
If supported, the recommended 10-bit output stream configurations must include a subset of the advertised android.graphics.ImageFormat#YCBCR_P010
and android.graphics.ImageFormat#PRIVATE
outputs that are optimized for power and performance when registered along with a supported 10-bit dynamic range profile. android.hardware.camera2.params.OutputConfiguration#setDynamicRangeProfile
for details.
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.