and other option: tomarFoto: function(){ foliiAR.wikitudePlugin.captureScreen(false, "/storage/sdcard0/Folii", foliiAR.onScreenCaptured, foliiAR.onScreenCapturedError); },
Still saving the images in: /storage/emulated/0
A
Andreas Fötschl
said
over 9 years ago
Hi there!
I just forwarded the issue to the SDK team. Unfortunately currently screenshots made with the plugin are always stored in the default externalStorage. You adjust your WikitudePlugin.java and chage the line final File imageDirectory = Environment.getExternalStorageDirectory(); accordingly as a workaround.
SDK team will reply to the post once a release date for the fix is available.
Kind regards, Andreas
G
Gabriele Boccone
said
about 9 years ago
This has been implemented and will be available soon on our github repository.
Mauricio Toro