summaryrefslogtreecommitdiffstats
path: root/src/multimedia
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2024-03-20 15:11:50 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2024-04-04 11:12:53 +0100
commitb8047fbd788ce09afe4f5fef079099488c9ed42d (patch)
treea0632b7368a56f2c923e3c2603a5ede3b641be8b /src/multimedia
parentb981a7446b2a8caf53450a8624e7311c762ff164 (diff)
Select capture device format with max frame rate
As documented for QCameraFormat. Pick-to: 6.7 6.6 6.5 6.2 Fixes: QTBUG-123451 Change-Id: I251672b66118dcfa7b3fe6d338299ae3a4f2d2c9 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> Reviewed-by: Doris Verria <doris.verria@qt.io>
Diffstat (limited to 'src/multimedia')
-rw-r--r--src/multimedia/camera/qcameradevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/camera/qcameradevice.cpp b/src/multimedia/camera/qcameradevice.cpp
index 8e8c8c5c9..50727d49c 100644
--- a/src/multimedia/camera/qcameradevice.cpp
+++ b/src/multimedia/camera/qcameradevice.cpp
@@ -140,7 +140,7 @@ float QCameraFormat::minFrameRate() const noexcept
Returns the highest frame rate defined by this format.
- In 6.2, the camera will always try to use the maximum frame rate supported by a
+ The camera will always try to use the maximum frame rate supported by a
certain video format.
*/
@@ -149,7 +149,7 @@ float QCameraFormat::minFrameRate() const noexcept
Returns the highest frame rate defined by this format.
- In 6.2, the camera will always try to use the highest frame rate supported by a
+ The camera will always try to use the highest frame rate supported by a
certain video format.
*/
float QCameraFormat::maxFrameRate() const noexcept