#532·TakePhoto

你好,我在项目中使用了takephoto框架,但小米CC9似乎无法正常运行。

作者: yuqiaodan创建于 2019年10月22日更新于 2021年7月29日

In the project, I used the takephoto framework to take photos. The application scenario is: open the camera, take a photo, confirm the photo, and then start taking another photo until the photo is canceled or the number of photos exceeds 9. This operation runs perfectly on Xiaomi 8 and most other phones, but Xiaomi CC9 cannot take photos. The specific problem is as follows: after Xiaomi CC9 starts the camera, click to take a photo, confirm the photo, and then start the next shooting, but during the second shooting, clicking to take a photo does not respond. The method to start the camera is startShoot(), which is called in the activity onCreate() method and the takeSuccess() method.

内容来源: crazycodeboy/TakePhoto