← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1514250] [NEW] [touch] Can't record with front facing camera

 

Public bug reported:

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

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

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, 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


Follow ups