Skip to main content

CameraDeviceInfo(String) Constructor

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

Parameters

Name Type Description
monikerString String

A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the CameraDeviceInfo.MonikerString field.

See Also