[touch] QtMultimedia.availableCameras is empty

Bug #1514253 reported by Michael Terry
This bug report is a duplicate of:  Bug #1508972: Can't enumerate cameras on the phone. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical System Image
Confirmed
Undecided
Zoltan Balogh
qtmultimedia-opensource-src (Ubuntu)
New
Undecided
Unassigned

Bug Description

On desktop, QtMultimedia.availableCameras is correctly filled out. But on touch, it is empty, despite having two cameras on my mako.

The sample app below shows the problem (and when testing this, I did enable the "camera" apparmor profile).

=====

import QtQuick 2.4
import QtMultimedia 5.4
import Ubuntu.Components 1.3

MainView {
    id: root
    applicationName: "testing.testing"

    width: units.gu(100)
    height: units.gu(75)

    Page {
        title: i18n.tr("Testing")
        Component.onCompleted: console.log(QtMultimedia.availableCameras)
    }
}

Revision history for this message
Michael Terry (mterry) wrote :

current build number: 154
device name: mako
channel: ubuntu-touch/rc-proposed/bq-aquaris.en
last update: 2015-11-08 11:33:25
version version: 154
version ubuntu: 20151106.1
version device: 20150911
version custom: mako-1.1

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

For triaging, it's useful to test if the issue is fixed in upstream Qt 5.5.1 via the PPA https://wiki.ubuntu.com/Touch/QtTesting (once xenial images are bootable so that one may upgrade to the PPA).

Changed in canonical-devices-system-image:
assignee: nobody → Zoltan Balogh (bzoltan)
status: New → Confirmed
milestone: none → backlog
Revision history for this message
Michael Terry (mterry) wrote :

No change with 5.5.1-1ubuntu1~xenial1~test1 from the PPA on mako image 353 (devel-proposed).

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

This is likely duplicate of qtubuntu-camera bug #1508972.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.