CyrexEnterprise / ImageDetectionCordovaPlugin

Image detection cordova plugin
MIT License
102 stars 43 forks source link

Unable to scan more than once #10

Closed linuxs closed 7 years ago

linuxs commented 7 years ago

If we scan the same image more than once it says unable to detect image in the console however it is detecting it on the first try. We're unsure if this is a bug within the plugin or a bug within our javascript and we're looking for some pointers.

a31859 commented 7 years ago

The plugin can detect the same image more then one. After detecting it the first time if the isDetecting error callback is called then if you point it again to the target it should call the isDetecting success callback again.