I’ve made an app that lets you take a picture and draw on it.
After the image is taken it sets the image as a background of a canvas to be drawn on.
But the Taken picture is also stored in the normal location for images, so I end up with double data.
Is there a way to take a picture and only store in the location the app state’s,
Or to remove the picture from the DCIM folder
You have a red cross on your image block, the image block needs to be inside the when Camera.AfterPicture event
Check your file path - it may be different for your device, either needs to be / or file:///. If it is a content uri, then use the conversion block in the extension