Default Camera Folder, and Last Image Taken

ThinkQuick

New Member
Licensed User
Longtime User
How might I find the default image location for images taken with the camera intent, and the last image taken within that folder, ie: latest date/time?
 

ThinkQuick

New Member
Licensed User
Longtime User
I tried that already, and i am just having way too many problems with the camera library. It is missing a lot of features, and does not work correctly when the screen is rotated.

Its honestly too much work rebuilding the entire camera app, and would definitely be easier in my opinion to simply use the default app that returns the path to the last image taken.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
In order to use the camera Intent you should call startActivityForResult. This can only be implemented with the help of a library (see AudioRecordApp and VideoRecordApp for examples).

I did implement it in the past, however the result was unsatisfying. This intent has more problems than the standard Camera library solution.
 
Upvote 0
Top