Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
1.2.0
-
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
}