iOS - Camera capture does not save picture into camera roll
Unsolved
Mobile and Embedded
-
onClicked: { camera.imageCapture.capture() }
Event if I use captureToLocation with writablePath to PicturesLocation it won't show up in camera roll.
With capture() it works in Android and Windows but not in iOS...
The doc says for the capture():
The image will be captured to the default system location, typically QStandardPaths::writableLocation(QStandardPaths::PicturesLocation) for still imaged or QStandardPaths::writableLocation(QStandardPaths::MoviesLocation) for video.
Someone have a solution?