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