Skip to main content

CameraDeviceBase(CameraDeviceInfo) Constructor

Initializes a new instance of the CameraDeviceBase 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 CameraDeviceBase(
    CameraDeviceInfo deviceInfo
)

Parameters

Name Type Description
deviceInfo CameraDeviceInfo

An object that comprises system information about the video capture device.

See Also