FrameRateRange Struct

Struct FrameRateRange is declared in class QCamera.

A FrameRateRange represents a range of frame rates as minimum and maximum rate. More...

This struct was introduced in Qt 5.5.

Public Variables

Detailed Description

If the minimum frame rate is equal to the maximum frame rate, the frame rate is fixed. If not, the actual frame rate fluctuates between the minimum and the maximum.

See also QCamera::supportedViewfinderFrameRateRanges() and QCameraViewfinderSettings.

Member Variable Documentation

qreal FrameRateRange::maximumFrameRate

The maximum frame rate supported by the range, in frames per second.

qreal FrameRateRange::minimumFrameRate

The minimum frame rate supported by the range, in frames per second.