3850491b9f
Accessing previewView.bitmap was throwing an error because it wasn't being done on the main thread. Any access to previewView needs to be done on the main (UI) thread. This commit fixes the issue by ensuring this access is now run on the main thread. Fixes #547 |
||
---|---|---|
.. | ||
cpp | ||
java/com/mrousavy/camera | ||
AndroidManifest.xml |