VideoCapture.GetSupportedFrameRatesForResolution

Switch to Manual
public static IEnumerable<float> GetSupportedFrameRatesForResolution (Resolution resolution);

Parameters

resolutionA recording resolution.

Returns

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

Description

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.