CameraDeviceBase.GetAvailableResolutions() Method
Returns the list of video resolutions available on the current device.
Namespace: DevExpress.Data.Camera
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Returns
Type | Description |
---|---|
List<Size> | The list of video resolutions available on the current device. |
Remarks
The GetAvailableResolutions method returns a list of video resolutions supported by the current capture device. To specify the resolution of video stream captured by the device, use the CameraDeviceBase.Resolution property.
See Also