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

CameraControl.Start() Method

Starts showing the video from the currently used device.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual void Start()

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