Back to Devexpress

CameraDeviceInfo Class

corelibraries-devexpress-dot-data-dot-camera-eb7892aa.md

latest1.3 KB
Original Source

CameraDeviceInfo Class

Contains system information used to identify a video capture device.

Namespace : DevExpress.Data.Camera

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

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

Declaration

csharp
public class CameraDeviceInfo :
    IComparable
vb
Public Class CameraDeviceInfo
    Implements 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

CameraDeviceInfo Members

DevExpress.Data.Camera Namespace