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

CameraDeviceBase.GetAvailableResolutions() Method

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

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.v19.2.dll

Declaration

public List<Size> GetAvailableResolutions()

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