iakdis / librecamera

A free and open source camera app for Android written in Flutter and Dart
https://f-droid.org/packages/com.iakmds.librecamera/
GNU General Public License v3.0
305 stars 32 forks source link

Not working? #2

Closed ghost closed 2 years ago

ghost commented 2 years ago

For some reason after taking the picture or video, I select it in the tiny window but it shows up as a non existing picture. I go into my built in gallery and it doesn't even show that it even exists. I have had it set to go to my DMCI folder on my internal storage and my SD card with the same issue. Even tried it outside of the DMCI folder for both storages. I've also tried giving it a personal storage with the same issue. Any reason why it would be doing this?

iakdis commented 2 years ago

Hi there, thank you for the issue. That's interesting.

  1. Could you check whether you have given the permission to use storage inside your Android settings? When I disable the permission, It seems that I get the same result as you.

  2. Also, what Android version are you using?

  3. Lastly, does the Save Path correctly show up in the app settings? In my case it is /storage/emulated/0/DCIM

microsuperman commented 2 years ago

I am also having this issue. I am running android 10 on a Moto G7 Power. I have a permissions set to allow for camera, mic, and storage. With the path set to /storage/AFB8-7192/DCIM/Libre

iakdis commented 2 years ago

I am also having this issue. I am running android 10 on a Moto G7 Power. I have a permissions set to allow for camera, mic, and storage. With the path set to /storage/AFB8-7192/DCIM/Libre

Thank you for your info. I will take a look at this – I'll try a different saving mechanism on a phone with a higher Android version like yours. I am sorry for the inconveniences, but do stay tuned for the next releases!

iakdis commented 2 years ago

Version 1.1.0 has been released, which should fix the issues – get it from the releases page and please let me know if everything now works!