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

CameraControl.Start() Method

Starts showing the video stream from the currently used device.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void 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