Which permissions are there available in the manifest of your app? To find it out, use apktool…
It might help to drag the file component into the working area and set DefaultFileStorage to Legacy in the properties of Screen1 to get the required permissions in the manifest…
Also don’t forget to use the AskForPermission method accordingly…
hello Hendro, I have the same problem as you, I had solved it using the Surface_view.
the problem with this is that all the images that the surface takes, get saved at just one file, the same name file, so you need to take that file, copy it to another file and then you need to renamed it, if you dont do this, all the pictures that you will take with the surface_view are going to be the last image that you had taken.