SURFACE_TEXTURE_VIEW
android.view.TextureView will be used for camera preview. Texture view is slower and uses more battery power android.view.SurfaceView, but has less issues with layout and animations over it.
android.view.TextureView will be used for camera preview. Texture view is slower and uses more battery power android.view.SurfaceView, but has less issues with layout and animations over it.