Back to Devexpress

CameraControl.Start() Method

wpf-devexpress-dot-xpf-dot-editors-dot-cameracontrol-b277fe1c.md

latest1.2 KB
Original Source

CameraControl.Start() Method

Starts showing the video from the currently used device.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual void Start()
vb
Public Overridable Sub 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

Device

Stop()

CameraControl Class

CameraControl Members

DevExpress.Xpf.Editors Namespace