CameraControl.Stop() Method
In This Article
Stops showing the video from the currently used device.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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