CameraControl.Start(CameraDevice) Method
In This Article
Starts showing the video stream from the specified device.
Namespace: DevExpress.XtraEditors.Camera
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void Start(
CameraDevice device
)
#Parameters
Name | Type | Description |
---|---|---|
device | Camera |
A Camera |
#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