Skip to main content

CameraDeviceBase.GetAvailiableResolutions() Method

Returns the list of video resolutions available on the current device.

Namespace: DevExpress.Data.Camera

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

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

Declaration

public List<Size> GetAvailiableResolutions()

Returns

Type Description
List<Size>

The list of video resolutions available on the current device.

Remarks

The GetAvailiableResolutions 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