Nullpointer exception in CameraSource.java
Opened this issue · 1 comments
Huntler commented
The release()
-method in the CameraSource.java
file causes a NullPointer exception, becuase the processingThread
seems to be null
. This should close Issue #71. I referred the direct link below
harrowmykel commented
This has been fixed here
https://github.com/harrowmykel/flutter_mobile_vision_2
He also migrated the plugin to non null.