cameraview
cameraview copied to clipboard
[DEPRECATED] Easily integrate Camera features into your Android app
The camera crashes in some devices running Android 5.1. This is the issue to track it: https://github.com/google/cameraview/issues/72 ``` Caused by java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.Object java.util.SortedSet.last()' on a...
Im trying to fix this issue simillar like this: https://github.com/google/cameraview/issues/29 , which is probably caused by finishing activity too early after picture was taken. My idea was to properly close...