Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.28 KB

videodevicecontroller_videotemporaldenoisingcontrol.md

File metadata and controls

25 lines (17 loc) · 1.28 KB
-api-id -api-type
P:Windows.Media.Devices.VideoDeviceController.VideoTemporalDenoisingControl
winrt property

Windows.Media.Devices.VideoDeviceController.VideoTemporalDenoisingControl

-description

Gets the VideoTemporalDenoisingControl associated with the VideoDeviceController. This allows you to enable and disable temporal denoising, which uses image data from adjacent frames to reduce the appearance of noise in captured video, on devices that support it.

-property-value

The VideoTemporalDenoisingControl associated with the VideoDeviceController.

-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.

-see-also

VideoTemporalDenoisingControl

-examples