CameraControl.Start() Method
In This Article
Starts showing the video stream from the currently used device.
Namespace: DevExpress.XtraEditors.Camera
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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