google / cameraview

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

XiaoMi MI3 os:Android4.4.4 ,Camera Preview can not be used #221

Open hxk1224 opened 6 years ago

hxk1224 commented 6 years ago

XiaoMi MI3 os:Android4.4.4 ,If open flase, Camera Preview can not be used.

masoomyf commented 6 years ago

Facing same problem with Xiaomi Redmi1s, API 19. Camera Preview is black. Fix: Change SDK_INT < 20 in CameraView to get work on 4.4 (line may be 133)

Here is the fix: patch1

o0o0oo00 commented 6 years ago

good job !!!!