[touch] Can't record with front facing camera

Bug #1514250 reported by Michael Terry
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical System Image
Fix Committed
Undecided
Zoltan Balogh
qtubuntu-camera (Ubuntu)
Fix Released
Undecided
Unassigned

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

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
Michael Terry (mterry) wrote :
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
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.