cameraview icon indicating copy to clipboard operation
cameraview copied to clipboard

[DEPRECATED] Easily integrate Camera features into your Android app

Results 102 cameraview issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

cla: yes

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...