CameraDeviceBase.SetClient(ICameraDeviceClient) Method
Sets the ICameraDeviceClient object that processes the video from the current capture device.
Namespace: DevExpress.Data.Camera
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
client | DevExpress.Data.Camera.Interfaces.ICameraDeviceClient | An ICameraDeviceClient object that processes the video from the current capture device. |
See Also