0

I am using camera2 in a Texture View. I wish to add some kind of image or text on top of the live camera. for eg. the way snapchat adds the time or speed on top of the live View.

Example output when i click a picture i want to capture the live camera image as well as the text or imageview on top of the camera. I cannot seem to find any reference online

jamian
  • 1,544
  • 2
  • 16
  • 25

1 Answers1

0

In theory if the base layout is a FrameLayout and then set the texture preview on the view with an index of 0, the rest of the components added after should now be on top.

WilliamC
  • 193
  • 10