Skip to main content

CameraControl.Stop() Method

Stops showing the video from the currently used device.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: 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