QCamera.FrameRateRange

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

Inheritance diagram of PySide2.QtMultimedia.QCamera.FrameRateRange

Synopsis

Functions

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

supportedViewfinderFrameRateRanges() QCameraViewfinderSettings

class PySide2.QtMultimedia.QCamera.FrameRateRange

PySide2.QtMultimedia.QCamera.FrameRateRange(FrameRateRange)

PySide2.QtMultimedia.QCamera.FrameRateRange(minimum, maximum)

param minimum

qreal

param maximum

qreal

param FrameRateRange

FrameRateRange

Constructs a null frame rate range, with both minimumFrameRate and maximumFrameRate equal to 0.0 .

Constructs a frame rate range with the given minimum and maximum frame rates.

PySide2.QtMultimedia.QCamera.FrameRateRange.minimumFrameRate
PySide2.QtMultimedia.QCamera.FrameRateRange.maximumFrameRate
PySide2.QtMultimedia.QCamera.FrameRateRange.__ne__(r2)
Parameters

r2FrameRateRange

Return type

bool

PySide2.QtMultimedia.QCamera.FrameRateRange.__eq__(r2)
Parameters

r2FrameRateRange

Return type

bool