SceneAnalysisEffectFrame.AnalysisRecommendation 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.
Gets a value that specifies the recommended image processing to improve image quality and fidelity of captured images based on the current capture conditions.
public:
property SceneAnalysisRecommendation AnalysisRecommendation { SceneAnalysisRecommendation get(); };
SceneAnalysisRecommendation AnalysisRecommendation();
public SceneAnalysisRecommendation AnalysisRecommendation { get; }
var sceneAnalysisRecommendation = sceneAnalysisEffectFrame.analysisRecommendation;
Public ReadOnly Property AnalysisRecommendation As SceneAnalysisRecommendation
Property Value
A value from that specifies the recommended image processing.
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
Remarks
If the effect recommends using HDR, you can do this in the following ways:
- Use the AdvancedPhotoCapture class to capture photos using the Windows built-in HDR processing algorithm. For more information, see High Dynamic Range (HDR) and low-light photo capture.
- Use the HdrVideoControl to capture video using the Windows built-in HDR processing algorithm. For more information, see Capture device controls for video capture.
- Use VariablePhotoSequenceCapture to capture a sequence of frames that you can then composite using a custom HDR implementation. For more information, see Variable photo sequence.
If the effect recomends low-light processing, you can implement this in the following ways:
Use the AdvancedPhotoCapture class to capture photos using the Windows built-in low-light processing algorithm. For more information, see High Dynamic Range (HDR) and low-light photo capture.
Use the LowLightFusion class to use the Windows built-in low-light processing algorithm on images that you capture without using AdvancedPhotoCapture.