Detector processor must first be set
See original GitHub issueE/CameraSource: 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.vision.CameraSource$zzb.run(Unknown Source) at java.lang.Thread.run(Thread.java:818)
i use your sample code exactly, but recive this error
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Detector processor must first be set with setProcessor in order ...
I am using Mobile Vision API to scan QR code. I have this method in the activity to use the camera to capture...
Read more >java.lang.IllegalStateException: Detector processor must first ...
I am receiving an error every few milliseconds while the app is trying to detect a QR code. The error is: E/CameraSource: Exception...
Read more >Detector.Processor | Google Play services
Detection processor which distributes the items of a detection result among individual trackers.
Read more >GeoEvent Processor Incident Detector - Esri Community
Larry, What you can do is to set up two incident detectors. First one will be on speed = 0 and that the...
Read more >Incident Detector Processor—GeoEvent Server
The Incident Detector Processor can be used to determine if a received event record satisfies some condition and an incident should be opened....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let me do some more testing and I will update you soon.
i also tested in lg g2 with android 5.0 but 😐
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.vision.CameraSource$zzb.run(Unknown Source) at java.lang.Thread.run(Thread.java:818)