edufolly/flutter_mobile_vision

Nullpointer exception in CameraSource.java

Opened this issue · 1 comments

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

assert (processingThread.getState() == State.TERMINATED);