google / cameraview

[DEPRECATED] Easily integrate Camera features into your Android app
Apache License 2.0
4.74k stars 1.03k forks source link

API Level above 24 the Preview class is SurfaceView? #195

Open javayhu opened 7 years ago

javayhu commented 7 years ago

Hi all, is there a mistake in README file? why it says API Level above 24 the Preview view is SurfaceView? I debugged the code in my Google Pixel which runs Android 7.0, the Preview view is TextureView.

Am I right or wrong?