Back to Devexpress

CameraControl.Start() Method

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-06926f91.md

latest1.4 KB
Original Source

CameraControl.Start() Method

Starts showing the video stream from the currently used device.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void Start()
vb
Public Sub Start

Remarks

The Start method starts showing the video stream captured from the currently used device (see CameraControl.Device). To terminate capturing video, call the CameraControl.Stop method.

See Also

AutoStartDefaultDevice

Stop()

Device

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace