When running the plugin on Android, the onSuccess and onError listener which are responsible for the pattern recognition are never called. I mean the listeners which are set up in the following function:
Hence, I can see the video stream on Android, but the actual image processing is not active.
I have updated my demo source to show the recent open issues. The source code can be downloaded from here
https://github.com/cjohn001/mlkit-test
Just copy the sources to the same folder like the mlkit folder. Paths are set relative.
When running the plugin on Android, the onSuccess and onError listener which are responsible for the pattern recognition are never called. I mean the listeners which are set up in the following function:
mlkit/packages/mlkit-core/index.android.ts
Line 157 in 353ede1
Hence, I can see the video stream on Android, but the actual image processing is not active.
I have updated my demo source to show the recent open issues. The source code can be downloaded from here
https://github.com/cjohn001/mlkit-test
Just copy the sources to the same folder like the mlkit folder. Paths are set relative.