CameraDeviceInfo Class
In This Article
Contains system information used to identify a video capture device.
Namespace: DevExpress.Data.Camera
Assembly: DevExpress.Data.Desktop.v24.2.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
#Declaration
#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.
See Also