Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.4
-
None
-
The versions of Qt that I've tested and that show this bug are: 5.9.4, 5.9.5 and 5.10.1.
The devices I've tested this on are iPad Pro, and and iPhone X.
-
-
cbf7548779d399f97a3520a5842d506f9c5bace3 (qt/qtmultimedia/dev)
Description
The orientation of the front camera on iOS devices is reported to be 90 degrees when using Qt 5.9.4 and later. The correct orientation should be 270 degrees. This results in the image being shown upside down.
Qt 5.9.3 and earlier correctly report the camera orientation as 270 degrees, and the image is displayed correctly.
I've also tested the back camera, and this works ok in all Qt versions.
I have attached a very simple QML application that demonstrates the problem. If this is built with Qt 5.9.3 or earlier, the camera image is shown correctly oriented. If it is built with Qt 5.9.4 or later, the camera image is shown upside down.
Attachments
Issue Links
- is duplicated by
-
QTBUG-79247 iOS 12 Front facing camera is upside down
- Closed