0

I am trying to implement the camera preview function into my app. After a lot of research I found that the best solution is the Camera2 API, but, it isn't supported on most phones. Is there a better solution to do this? For example, I read a lot about using a SurfaceView to load the camera preview on.

fadden
  • 51,356
  • 5
  • 116
  • 166
drew
  • 319
  • 1
  • 2
  • 12

1 Answers1

0

I simply followed the Android docs to use the camera API. Camera2 API is fairly new and I want to make sure all users can have it.

drew
  • 319
  • 1
  • 2
  • 12