Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.3.1
-
None
-
-
54464a09a (dev), ab0bdd7ee (6.5), 4672ca24b (tqtc/lts-6.2), 3db83d821 (dev), 72b9dd1d0 (6.5)
-
2023wk18FOQtforAndroid, 2023wk20FOQtforAndroid, 2023wk22FOQtforAndroid
Description
Repeatable with the 6.3.1 declarative-camera example. ZoomControl in PhotoCaptureControls.qml wrongly calls
onZoomTo: camera.setDigitalZoom(value)
which in Qt6 should be
onZoomTo:(value) => camera.zoomFactor = value
Even with the corrected code the value of zoomFactor remains at 1.
Attachments
Issue Links
- is required for
-
QTBUG-113708 QML camera Squish test suite gives erros and fails
- Closed
There are no Sub-Tasks for this issue.
Gerrit Reviews
For Gerrit Dashboard: QTBUG-105372 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
426668,2 | Fix zoom factor setting in declarative camera example | dev | qt/qtmultimedia | Status: MERGED | +2 | 0 |
476920,3 | Android-backend: fix for setting maximumZoomFactor | dev | qt/qtmultimedia | Status: MERGED | +2 | 0 |
477145,2 | Android-backend: fix for setting maximumZoomFactor | 6.5 | qt/qtmultimedia | Status: MERGED | +2 | 0 |
477151,4 | Android-backend: fix for setting maximumZoomFactor | tqtc/lts-6.2 | qt/tqtc-qtmultimedia | Status: MERGED | +2 | 0 |
478184,6 | Android: Camera zoom implementation with FFmpeg backend | dev | qt/qtmultimedia | Status: MERGED | +2 | 0 |
478704,2 | Android: Camera zoom implementation with FFmpeg backend | 6.5 | qt/qtmultimedia | Status: MERGED | +2 | 0 |