> On 03 Dec 2014, at 18:22, Harri Pasanen wrote:
>
> QCameraExposure::isExposureModeSupported() would seem to be the function
> to call in C++, but how to do that from QML?
>
> Same goes for supportedApertures, IsoSensitivities, etc.
There are no QML equivalents at the moment. You’ll have to m
Reading the QML Camera api docs I can see a way to set exposure modes.
But I don't seem to find a way to query the list of supported exposure
modes.
QCameraExposure::isExposureModeSupported() would seem to be the function
to call in C++, but how to do that from QML?
Same goes for supportedApert