0

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.

Community
  • 1
  • 1
Shweta
  • 807
  • 3
  • 11
  • 24

1 Answers1

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