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.v26.1.dll
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