Skip to main content
A newer version of this page is available. .

CameraDeviceInfo Class

Contains system information used to identify a video capture device.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.v19.2.dll

Declaration

public class CameraDeviceInfo :
    IComparable

Remarks

The CameraDeviceInfo object contains the string representation of the moniker for the video capture device, and the device friendly name, which is suitable for display in the UI. Typically, there is no need to use the CameraDeviceInfo objects directly from your code.

Inheritance

Object
CameraDeviceInfo
See Also