Comment 7 for bug 1438072

Revision history for this message
Florian Boucault (fboucault) wrote :

Implementing that API in qtubuntu-camera requires implementing the following 2 interfaces in our QMediaServiceProviderPlugin:

QMediaServiceSupportedDevicesInterface http://doc.qt.io/qt-5/qmediaservicesupporteddevicesinterface.html
Implementing essentially the following methods:
devices(..)
deviceDescription(..)

QMediaServiceCameraInfoInterface http://doc.qt.io/qt-5/qmediaservicecamerainfointerface.html
Implementing essentially the following methods:
cameraPosition(..)
cameraOrientation(..)

This will require APIs currently unexposed in libhybris to be exposed.

While at it it would be good to fix AalVideoDeviceSelectorControl which hardcodes camera information at the moment.