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

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
andmaximum
frame rates.
-
PySide2.QtMultimedia.QCamera.FrameRateRange.
minimumFrameRate
¶
-
PySide2.QtMultimedia.QCamera.FrameRateRange.
maximumFrameRate
¶
-
PySide2.QtMultimedia.QCamera.FrameRateRange.
__ne__
(r2)¶ - Parameters
r2 –
FrameRateRange
- Return type
bool
-
PySide2.QtMultimedia.QCamera.FrameRateRange.
__eq__
(r2)¶ - Parameters
r2 –
FrameRateRange
- Return type
bool