Skip to main content

CameraControl.Start(CameraDevice) Method

Starts showing the video stream from the specified device.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Start(
    CameraDevice device
)

Parameters

Name Type Description
device CameraDevice

A CameraDevice object from which to capture and show the video stream.

Remarks

The Start method starts showing the video stream captured from the specified device. To terminate capturing video, call the CameraControl.Stop method.

See Also