I need to display a static .png image while my mobile is in the camera preview mode.As for now I am referencing this link [a link]Overlay images onto Camera preview SurfaceView . and this link to display the camera preview screen[a link]http://android-er.blogspot.com.au/2010/12/add-overlay-on-camera-preview.html. Please suggest to proceed further.Thanks.
Asked
Active
Viewed 2,906 times
1 Answers
2
Put the camera's preview SurfaceView and an ImageView into a FrameLayout or a RelativeLayout. The SurfaceView must be first in the layout and the ImageView second, so it is drawn above the SurfaceView.

shelll
- 3,234
- 3
- 33
- 67