Skip to main content

DeviceVideoSettings(ICameraDeviceClient) Constructor

Initializes a new instance of the DeviceVideoSettings class with the specified settings.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.Desktop.v23.2.dll

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

Declaration

public DeviceVideoSettings(
    ICameraDeviceClient client
)

Parameters

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

An ICameraDeviceClient object that processes the video stream received from a video capture device.

See Also