CameraControl.Start() Method
Starts showing the video from the currently used device.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
The Start method starts showing the video captured from the currently used device (see the CameraControl.Device property). To terminate capturing video, call the CameraControl.Stop method.
See Also