0

does anyone know how to implement a camera activity so that when the activity is launched, only what the camera lense sees is what is displayed on the screen? I basically want to launch an activity to where it displays a camera view, but with no actual buttons on the screen that actually do things like the button to take a picture, button to see the taken pictures, etc. Any help or snippets would be appreciated!

Garrett Huff
  • 81
  • 1
  • 12

1 Answers1

1

You can check out Google Sample for Camera2 API here Github repo for Camera2 API

And to make and activity full screen check this out

Community
  • 1
  • 1
Gustavo Conde
  • 927
  • 12
  • 20