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??
Asked
Active
Viewed 644 times
1 Answers
0
load the captured image as a bitmap and draw the overlay stuff on the bitmap. Save the bitmap.

GizmoThunder
- 235
- 1
- 5
-
1thanks but this is not a problem. i need to place images on real time and them capture image. – sobia malik Sep 07 '13 at 07:43
-
1When you save the camera image you save it as a bitmap right? before saving why dont' you try drawing the overlay onto it? – GizmoThunder Sep 15 '13 at 04:13