Skip to main content
A newer version of this page is available. .

CameraControl.Stop() Method

Stops showing the video from the currently used device.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual void Stop()

Remarks

The CameraControl.Start method begins capturing the video stream from the default camera device and displays this stream within the camera control. The Stop method allows you to terminate capturing video from this device.

See Also