HighDynamicRangeOutput
HighDynamicRangeOutput
HighDynamicRangeOutput
HighDynamicRangeOutput
Class
Definition
Provides the results of a High Dynamic Range (HDR) analysis operation from the SceneAnalysisEffect.
public : sealed class HighDynamicRangeOutput : IHighDynamicRangeOutputpublic sealed class HighDynamicRangeOutput : IHighDynamicRangeOutputPublic NotInheritable Class HighDynamicRangeOutput Implements IHighDynamicRangeOutput// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by accessing the SceneAnalysisEffectFrame.HighDynamicRange property.
Properties
Certainty Certainty Certainty Certainty
Gets a value indicating the certainty of the results of the HDR analysis.
public : double Certainty { get; }public double Certainty { get; }Public ReadOnly Property Certainty As double// You can use this property in JavaScript.
- Value
- double double double double
A value indicating the certainty of the results of the HDR analysis where 1 is full certainty and 0 is no certainty.
FrameControllers FrameControllers FrameControllers FrameControllers
Gets a set of FrameController objects representing the suggested frame controllers settings for capturing a variable photo sequence with the High Dynamic Range (HDR) technique.
public : IVectorView<FrameController> FrameControllers { get; }public IReadOnlyList<FrameController> FrameControllers { get; }Public ReadOnly Property FrameControllers As IReadOnlyList<FrameController>// You can use this property in JavaScript.
- Value
- IVectorView<FrameController> IReadOnlyList<FrameController> IReadOnlyList<FrameController> IReadOnlyList<FrameController>
A set of FrameController objects representing the suggested frame controllers settings.
Remarks
The frame controller list can be assigned to the VariablePhotoSequenceController.DesiredFrameControllers collection to enable the HDR capture technique with suggested settings from the analysis.