googlesamples / android-vision

Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
https://github.com/firebase/quickstart-android/tree/master/mlkit
Apache License 2.0
2.93k stars 1.73k forks source link

cordova / PhoneGap plugin available for multi-tracker? #87

Open chakuze opened 8 years ago

chakuze commented 8 years ago

Hi, I would really like to use the multi-tracker function in my cordova / PhoneGap application. Is there a plugin available? Or could a plugin be written easily? I tried to create one but failed sadly :(

pm0733464 commented 8 years ago

The mobile vision functionality is available via the API, and the multi-tracker is just a demo app to show how to use the API. There is no plugin currently available.

What kind of issues did you run into when you tried to create one?

chakuze commented 8 years ago

Well I am completely new to cordova and I have never created a plugin before... I would just like to use the multi-tracker (the demo works already fine for me) inside my cordova app.

I will now most certainly run into every problem possible when creating a cordova plugin.

Is there an easy way of doing it? Basically it would be enough as a start to just open up the multi-tracker scanner when I press a button on my index.html.

ghost commented 6 years ago

I haven't seen anything yet under cordova, so i started to work on that.

It did cost me a day, and i was able to make ready for still images on android. So i think 2-3 days more and i'm able to finish the whole for ios also. Multitracker option, i'm not sure, it's just something at the top of that.

I think it's a very well written package to make the maximum abstraction with very small amount of code.