Cameraview path

Hello,
What is the path?

  • how can I add the taken photo to gallery?
  • how can I share the taken photo automaticaly? (what is the file name and it’s path?)

component_method
component_method (1)
?

Path - Write Path where you want to save picture

1 Like

Exactly this is my problem.
Can you give me an example of the path to the photo album / gallery in the deviice, please?

  1. Use an absolute path (to one of the Shared folders, like /Pictures), e.g.:
    /storage/emulated/0/Pictures/myPic1.jpg
  1. “Add to Gallery” (means show in Gallery?). If so, use .GalleryRefresh method from @Taifun’s TaifunTools ext.

  2. Sharing: Use the same absolute path as at point 1.

See also here:

4 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.