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.
Asked
Active
Viewed 1,187 times
0
-
What exactly do you want to achieve with this preview? – Alex Cohn Dec 22 '15 at 20:38
1 Answers
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