Fixed Camera capture crash on API <= 19.
On older versions of Android, TextureView#getBitmap() needs to be called on the main thread. On mid range phones, this is ~50ms. Normally that'd be bad, but the UI isn't doing anything at that point anyway. Fixes #8232pull/1/head
parent
2c5fa155ae
commit
34770a2333
Loading…
Reference in New Issue