exception when call barcodeCapture.stopScanning()
See original GitHub issuewhen I call stopScanning function, i have this error many times
OpenCameraSource: Exception thrown from receiver. java.lang.IllegalStateException: Detector processor must first be set with setProcessor in order to receive detection results. at com.google.android.gms.vision.Detector.receiveFrame(Unknown Source) at com.google.android.gms.samples.vision.barcodereader.ui.camera.CameraSource$FrameProcessingRunnable.run(CameraSource.java:1222) at java.lang.Thread.run(Thread.java:818)
I used the last version 2.0.0
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (5 by maintainers)
@hknn the new release fixed this issue. kindly confirm se we can close this issue.
what is going on closing without fix Attempt to invoke virtual method ‘java.lang.Thread$State java.lang.Thread.getState()’ on a null object reference