[Development] QML CameraimageProcessing

Matías Néstor Ares matnares at gmail.com
Mon Jul 13 23:56:12 CEST 2015


Thank you for the info Yoann.

Is there some place to take a look to a list of supported features and
available platforms?

Best Regards

2015-07-13 4:28 GMT-03:00 Lopes Yoann <Yoann.Lopes at theqtcompany.com>:

> > On 13 Jul 2015, at 04:24, Matías Néstor Ares <matnares at gmail.com> wrote:
> >
> > No matter what is set on imageProcessing (saturation, contrast, etc)
> there are no changes in the images.
> >
> > My question is: Do this feature work? if it is the case, is there
> something else to include in addition to the examples code?
>
> Availability of specific camera APIs depends on the platform (and on the
> device in the Android/iOS case). There’s currently a lack of APIs to query
> for capabilities, especially on the QML side. In C++, the only way to check
> what is supported is to get a pointer to the QCameraImageProcessingControl
> using QCamera::service()->requestControl(QCameraImageProcessingControl_iid)
> and use the isParameterSupported() function.
>
> Anyway, only whiteBalanceMode is supported on Android and none of the
> imageProcessing parameters are available on desktop Linux.
>
>> Yoann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20150713/c679f4c0/attachment.html>


More information about the Development mailing list