Back to Devexpress

CameraControl.Start(CameraDevice) Method

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-dot-start-x28-devexpress-dot-xtraeditors-dot-camera-dot-cameradevice-x29.md

latest1.8 KB
Original Source

CameraControl.Start(CameraDevice) Method

Starts showing the video stream from the specified device.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void Start(
    CameraDevice device
)
vb
Public Sub Start(
    device As CameraDevice
)

Parameters

NameTypeDescription
deviceCameraDevice

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

AutoStartDefaultDevice

Stop()

Device

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace