Public bug reported:

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)
    }
}

** Affects: qtmultimedia-opensource-src (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtmultimedia-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1514253

Title:
  [touch] QtMultimedia.availableCameras is empty

Status in qtmultimedia-opensource-src package in Ubuntu:
  New

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)
      }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmultimedia-opensource-src/+bug/1514253/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to