Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-2030

Qml Camera Component does not free memory

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 1.2.0
    • Multimedia
    • None
    • Meego PR1.1/N9, N950

    Description

      When taking multiple pictures with the Qml Camera object, the used space increases on N9/Meego (PR1.1). E.g. when looking at the "top" command line tool you see that the memory usage increases with each picture until the app crashes because all memory is used.

      Sample Qml code:
      Camera {
      id: camera
      }

      Button {
      onclick: camera.captureImage() //image is saved to file automatically assigned by the Qml camera
      }

      Attachments

        Activity

          People

            djcb Dirk-Jan C. Binnema
            syfr Heinz Wums
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: