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

Nullpointer exception in CameraSource.java #76

Open
Huntler opened this issue Sep 28, 2021 · 1 comment
Open

Nullpointer exception in CameraSource.java #76

Huntler opened this issue Sep 28, 2021 · 1 comment

Comments

@Huntler
Copy link

Huntler commented Sep 28, 2021

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);

@harrowmykel
Copy link

This has been fixed here

 https://github.com/harrowmykel/flutter_mobile_vision_2

He also migrated the plugin to non null.

https://pub.dev/packages/flutter_mobile_vision_2

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