Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.6
-
Qt 6.6, Android 13 Motorola g13
will test more devices next days
-
-
084a55aae (dev), 0968a212e (6.8), e47816345 (tqtc/lts-6.5)
Description
WhiteBalance
Tried setting WhiteBalance in Qt Declarative Camera Example, but nothing changed.
Found out that the Example App shows WhiteBalanceModes, but the Example App doesn't test the Modes with
isWhiteBalanceModeSupported(WhiteBalanceMode mode)
Did the tests in my own QML Camera App: Auto is supported and getting false for all other WB Modes.
But the Camera from Android OS supports it. see screenshot
ExposureMode
There are also problems with ExposureMode / ManualExposureTime.
Cannot verify with Declarative Camera App because ExposureModes aren't part of the App.
In my App testing all the ExposureModes with
isExposureModeSupported(ExposureMode mode)
only Auto is true, all other modes are false. Tried setting manualExposureTime - also doesn't work.
Taking a look at Android OS Camera: setting ExposureTime works. see screenshot
IsoSensitivity
same problem with IsoSensitivity. Setting manualIsoSensitivity has no effect. Android OS Camera does this.
Attachments
Issue Links
- relates to
-
QTBUG-112232 Support optional Camera features on AndroidCamera2
-
- Open
-