yaturner / tcamViewerRelease

Android application to view and save images from tCam
GNU General Public License v3.0
6 stars 1 forks source link

Image export not working (Android 9) #34

Open CVasilakis opened 1 month ago

CVasilakis commented 1 month ago

When i hit the "Export" button from within the library tab a message appears saying "Image exported as filename" but no image is saved anywhere on the device (Used global search to find the exported file). Only the .tjsn version of the file exist.

Note: The export is working great for the streams (the exported mp4 file is saved in the internal storage "Movies" folder). Also the app is working great on a friend's LG V40 (stock android 10). On his device the exported images are saved on the internal storage DCIM folder. Although in my device the exported image is not saved anywhere. Permission to device storage has been granted.

Suggestion: Let the user decide where the exported files will be saved.

danjulio commented 1 day ago

It may be an issue with the older version of Android (9). Unfortunately we have no version 9 phone to test with.

Regarding setting the location of an exported file. Thanks for the suggestion. We will consider this for a future release after other bugs have been fixed.