[Touch-packages] [Bug 1514250] Re: [touch] Can't record with front facing camera

2016-04-02 Thread Michael Terry
This is fixed now in rc-proposed, presumably by
https://code.launchpad.net/~uriboni/qtubuntu-camera/cameras-
info/+merge/286283

** No longer affects: qtmultimedia-opensource-src (Ubuntu)

** Changed in: qtubuntu-camera (Ubuntu)
   Status: New => Fix Released

** Changed in: canonical-devices-system-image
   Status: Confirmed => Fix Committed

-- 
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/1514250

Title:
  [touch] Can't record with front facing camera

Status in Canonical System Image:
  Fix Committed
Status in qtubuntu-camera package in Ubuntu:
  Fix Released

Bug description:
  Using "position: Camera.FrontFace" does nothing on Touch images.  The
  sample qml app below continues to use the back camera.

  ===

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

  VideoOutput {
  anchors.fill: parent
  source: camera

  Camera {
  id: camera
  position: Camera.FrontFace
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514250/+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


[Touch-packages] [Bug 1514250] Re: [touch] Can't record with front facing camera

2015-11-22 Thread Timo Jyrinki
** Also affects: qtubuntu-camera (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/1514250

Title:
  [touch] Can't record with front facing camera

Status in Canonical System Image:
  Confirmed
Status in qtmultimedia-opensource-src package in Ubuntu:
  New
Status in qtubuntu-camera package in Ubuntu:
  New

Bug description:
  Using "position: Camera.FrontFace" does nothing on Touch images.  The
  sample qml app below continues to use the back camera.

  ===

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

  VideoOutput {
  anchors.fill: parent
  source: camera

  Camera {
  id: camera
  position: Camera.FrontFace
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514250/+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


[Touch-packages] [Bug 1514250] Re: [touch] Can't record with front facing camera

2015-11-20 Thread Michael Terry
No change with 5.5.1-1ubuntu1~xenial1~test1 from the PPA on mako image
353 (devel-proposed).

-- 
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/1514250

Title:
  [touch] Can't record with front facing camera

Status in Canonical System Image:
  Confirmed
Status in qtmultimedia-opensource-src package in Ubuntu:
  New

Bug description:
  Using "position: Camera.FrontFace" does nothing on Touch images.  The
  sample qml app below continues to use the back camera.

  ===

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

  VideoOutput {
  anchors.fill: parent
  source: camera

  Camera {
  id: camera
  position: Camera.FrontFace
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514250/+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


[Touch-packages] [Bug 1514250] Re: [touch] Can't record with front facing camera

2015-11-09 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => backlog

-- 
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/1514250

Title:
  [touch] Can't record with front facing camera

Status in Canonical System Image:
  Confirmed
Status in qtmultimedia-opensource-src package in Ubuntu:
  New

Bug description:
  Using "position: Camera.FrontFace" does nothing on Touch images.  The
  sample qml app below continues to use the back camera.

  ===

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

  VideoOutput {
  anchors.fill: parent
  source: camera

  Camera {
  id: camera
  position: Camera.FrontFace
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514250/+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


[Touch-packages] [Bug 1514250] Re: [touch] Can't record with front facing camera

2015-11-09 Thread Timo Jyrinki
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).

-- 
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/1514250

Title:
  [touch] Can't record with front facing camera

Status in Canonical System Image:
  New
Status in qtmultimedia-opensource-src package in Ubuntu:
  New

Bug description:
  Using "position: Camera.FrontFace" does nothing on Touch images.  The
  sample qml app below continues to use the back camera.

  ===

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

  VideoOutput {
  anchors.fill: parent
  source: camera

  Camera {
  id: camera
  position: Camera.FrontFace
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514250/+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


[Touch-packages] [Bug 1514250] Re: [touch] Can't record with front facing camera

2015-11-09 Thread Sebastien Bacher
** Also affects: canonical-devices-system-image
   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/1514250

Title:
  [touch] Can't record with front facing camera

Status in Canonical System Image:
  New
Status in qtmultimedia-opensource-src package in Ubuntu:
  New

Bug description:
  Using "position: Camera.FrontFace" does nothing on Touch images.  The
  sample qml app below continues to use the back camera.

  ===

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

  VideoOutput {
  anchors.fill: parent
  source: camera

  Camera {
  id: camera
  position: Camera.FrontFace
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514250/+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


[Touch-packages] [Bug 1514250] Re: [touch] Can't record with front facing camera

2015-11-08 Thread Michael Terry
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

-- 
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/1514250

Title:
  [touch] Can't record with front facing camera

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

Bug description:
  Using "position: Camera.FrontFace" does nothing on Touch images.  The
  sample qml app below continues to use the back camera.

  ===

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

  VideoOutput {
  anchors.fill: parent
  source: camera

  Camera {
  id: camera
  position: Camera.FrontFace
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmultimedia-opensource-src/+bug/1514250/+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