VideoCapture.GetSupportedFrameRatesForResolution

Cambiar al Manual
public static IEnumerable<float> GetSupportedFrameRatesForResolution (Resolution resolution);

Parámetros

resolutionA recording resolution.

Valor de retorno

IEnumerable<float> The frame rates at which the video can be recorded.

Descripción

Returns the supported frame rates at which a video can be recorded given a resolution.

Use VideoCapture.SupportedResolutions to get the supported web camera recording resolutions.