Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

VideoCapture.GetSupportedFrameRatesForResolution

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

Parameters

resolution A 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.