Skip to content Skip to sidebar Skip to footer

How To Draw On A Photo Immediately After Taking It, Then Save To Storage

I have searched around and found a few different solutions to this problem but none of them are really what I am looking for. I am developing an app that lets the user take an imag

Solution 1:

In order to do this, you will have to use the Camera Framwork API.

The basic of this is to render the camera output on a Surface View in your app. Then when the user takes a picture, capture the state of the surface view. From there you can allow your users to draw on the picture. When they are finished, THEN save the picture and display its thumbnail.

Post a Comment for "How To Draw On A Photo Immediately After Taking It, Then Save To Storage"