0

I have created an application which contains different images, which I can place over the android camera. Then there is a button to capture the image, but the issue is it will only capture the camera view and overlays are not handled. Is there any simple way to do this??

Floris
  • 45,857
  • 6
  • 70
  • 122

1 Answers1

0

load the captured image as a bitmap and draw the overlay stuff on the bitmap. Save the bitmap.

GizmoThunder
  • 235
  • 1
  • 5