Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public void SetClient(
    ICameraDeviceClient client
)

Parameters

Name Type Description
client DevExpress.Data.Camera.Interfaces.ICameraDeviceClient

An ICameraDeviceClient object that processes the video from the current capture device.

See Also