ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
55 stars 37 forks source link

Empty path onImageCaptured #12

Closed jl-gogovapps closed 3 years ago

jl-gogovapps commented 4 years ago

Thanks for the great work on this library, it was easy to get started with the flash and camera rotation.

One issue I'm having is that when the picture is taken, the path is empty. Happy to provide more details, I'll start with that I'm testing on an Android 10 Samsung Galaxy S9.

Is this something that sounds familiar?

cosmindidis commented 4 years ago

Try calling setSavePath('') on the controller, it did the trick for me.

ricnaaru commented 4 years ago

have you enabled the permission manually? because i didn't handle any permission here, so possibly it could be permission issue, but if it's not, please give me a chuck of your scripts so i can reproduce it here.. thanks!

ricnaaru commented 3 years ago

please try the latest version (1.2.0) and if the problem still persists, please kindly reopen this thread. Thanks!