google / cameraview

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

Why fall back to Camera1 #265

Open msdx opened 5 years ago

msdx commented 5 years ago

Why fall back to Camera if the level is INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY。Camera1 with TextureView on MIUI9.5 (Android 7.1.2) will cause a problem that the TextureView do not show preview after start another activity and back. And it only returns to normal when lock screen and then unlock.