Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VideoTemporalDenoisingControl.Mode 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 or sets a value indicating the current video temporal denoising mode of the capture device.

public:
 property VideoTemporalDenoisingMode Mode { VideoTemporalDenoisingMode get(); void set(VideoTemporalDenoisingMode value); };
VideoTemporalDenoisingMode Mode();

void Mode(VideoTemporalDenoisingMode value);
public VideoTemporalDenoisingMode Mode { get; set; }
var videoTemporalDenoisingMode = videoTemporalDenoisingControl.mode;
videoTemporalDenoisingControl.mode = videoTemporalDenoisingMode;
Public Property Mode As VideoTemporalDenoisingMode

Property Value

The current video temporal denoising mode of the capture device.

Remarks

The Mode property can be safely changed while capturing is in progress.

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. You may want to enable and disable the feature depending on your app's current video capture scenario.

Applies to


Feedback

Was this page helpful?