VideoTemporalDenoisingControl Class
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.
When supported, allows an app to enable temporal denoising for video capture.
public ref class VideoTemporalDenoisingControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoTemporalDenoisingControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoTemporalDenoisingControl
Public NotInheritable Class VideoTemporalDenoisingControl
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Remarks
Temporal denoising can improve the visual quality of video to the human eye, but it also can reduce image consistency and details which can negatively impact the performance of registration, optical character recognition, and other computer vision tasks. This control allows you to enable and disable the feature depending on your app's current video capture scenario.
Get an instance of this class by accessing the VideoDeviceController.VideoTemporalDenoisingControl property.
For how-to guidance for using manual video capture controls, see Manual camera controls for video capture.
Properties
Mode |
Gets or sets a value indicating the current video temporal denoising mode of the capture device. |
Supported |
Gets a value that indicates if the capture device supports the VideoTemporalDenoisingControl. |
SupportedModes |
Gets the list of VideoTemporalDenoisingMode values indicating the modes supported by the capture device. |