Access Ultra-Wide camera in iOS
-
Hi all,
I’m developing an iOS app that will have a better experience with the front Ultra-Wide camera in iPad Pro 2021 12.9 inches.
My environment is Qt 5.14.2 (Clang 10.0 (Apple), 64 bit) with Felgo.
I’m using LiveServer to deploy my app to iPad.Problem is, I list the available camera by QtMultimedia.availableCameras.
But I just got two options, which are the back camera(built-in_video:0) and the front camera(built-in_video:1).Somehow I know that the device ID is Ultra-Wide camera should be built-in_video:5. But I type it in Camera.deviceID and nothing happened.
Is there any setting I missed?
-
Yes, seems that those logical multi-lens cameras are currently not supported by Qt. I created an issue for that: https://bugreports.qt.io/browse/QTBUG-121422