CameraControl.Start(CameraDevice) Method
Starts showing the video stream from the specified device.
Namespace: DevExpress.XtraEditors.Camera
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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