Dan
Dan
Actually Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES).absolutePath is the current code, but previous release used a hardcoded location. On my device both methods returns: /storage/emulated/0/Pictures Can you see please check what are the values for...
You need to write a small program for that, but I can try a different approach: If I generate 2 special builds: 1. File(Environment.getExternalStorageDirectory(), Environment.DIRECTORY_PICTURES) + "\Perspective" 2. File(Environment.getExternalStorageDirectory(), Environment.DIRECTORY_PICTURES)...
In the ZIP file you can find the 2 applications: * 1.10 = > try to save to File(Environment.getExternalStorageDirectory(), Environment.DIRECTORY_PICTURES) * 1.12 => try to save to File(Environment.getExternalStorageDirectory(), Environment.DIRECTORY_PICTURES) +...
This is really strange. Do you have the little toast saying the save was OK or failed ?
OK, I didn't checked the save result. This is a new build that do it and also show the full path in the toast. Can you please try it ?...
At least it's consistent with the result :) What if you manually create the folders "Pictures/Perspective" ? If still don't works, I'm out of ideas.
The only thing left is that I use OpenCV to write the file (it support TIFF & 16 bit PNG). But this is not that important. I will try to...
Last chance. This time I try to save the file using android libraries and not OpenCV. Can you please give it a try ? [Perspective_1.14.apk.zip](https://github.com/danopdev/Perspective/files/10478533/Perspective_1.14.apk.zip)
Hi @vwueest I'll have a look. If possible can you attach the original photos ? Regards,
Hi I did some test and it does not improve much the output. It's not easy to compare "colors". Maybe it work better when colors are more different. Regards,