Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-40650

Qml camera example not showing any output

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.3.1
    • Multimedia
    • None
    • Phone - HTC Desire V
      Android version - 4.0.3
      Kernel Version - 3.0.16-g36a7b15

      I have been trying the following example for Camera Testing using Qt 5.3.1 for Android

      import QtQuick 2.3
      import QtQuick.Window 2.1
      import QtMultimedia 5.0

      Window {
      visible: true
      width: 360
      height: 360
      Item {
      anchors.fill: parent

      Camera {
      id: camera

      imageProcessing.whiteBalanceMode: CameraImageProcessing.WhiteBalanceFlash

      exposure

      { exposureCompensation: -1.0 exposureMode: Camera.ExposurePortrait }

      flash.mode: Camera.FlashRedEyeReduction
      }

      VideoOutput

      { source: camera anchors.fill: parent focus : visible // to receive focus and capture key events when visible }

      }
      }

      But on running the example on my phone, it just displays a Blank White Screen. But the same example runs on my laptop (Ubuntu 14.04) nicely.
      Have attached the complete log.

        1. camlog.txt
          12 kB
          ashish
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ylopes Yoann Lopes
            ashishd ashish
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes