Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FrameProcessing Thread is null on release #466

Open
sharmad1205 opened this issue Jan 5, 2021 · 1 comment
Open

FrameProcessing Thread is null on release #466

sharmad1205 opened this issue Jan 5, 2021 · 1 comment

Comments

@sharmad1205
Copy link

sharmad1205 commented Jan 5, 2021

Calling BarcodeCaptureActivity as startActivityForResult causing... NPE

Unable to destroy activity {....activities.BarcodeCapture.BarcodeCaptureActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Thread$State java.lang.Thread.getState()' on a null object reference.
on CameraSource.java --->FrameProcessingRunnable
@SuppressLint("Assert")
void release() {
assert (mProcessingThread.getState() == State.TERMINATED);
mDetector.release();
mDetector = null;
}
mProcessingThread is null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants