Problem with Qml Camera captureToLocation
Mobile and Embedded
2
Posts
2
Posters
1.4k
Views
2
Watching
-
I need to store the captured image in a particular folder of my Android mobile.
To have it I run
captureToLocation("file://sdcard...../MyFolder/a.jpg")
but I obtain an error.
The error says "The path **image://DCIM/**file://sdcard...../MyFolder/a.jpg does not exists"
Why captureToLocation puts a prefix? Is possible to pass an absolute file path?
Or is there another way to store the captured image? -
Hi,
I might be wrong but I think in the case of Android, the location should be the filename. When you capture an image on mobile device like a phone all images go to the same standard location