iMicknl / cordova-plugin-openalpr

This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support for retrieving the license plate from a picture.
MIT License
33 stars 23 forks source link

Add Windows support #13

Open iMicknl opened 7 years ago

iMicknl commented 7 years ago
julcicc commented 7 years ago

Hi iMicknl, I'm interested in helping you. How can we start collaborating?

Thanks!

iMicknl commented 7 years ago

Hi @julcicc,

We both don't have experience with developing for the Windows platform, so that is why we didn't start with adding Windows support. The issues we faced with adding iOS / Android support were the compilation of the OpenALPR library.

Cordova Plugin Windows development OpenALPR compilation on Windows OpenALPR C# bindings

If you want to collaborate, you can fork our repository and start development there. Let me know if you face any issues, I may be able to help you.

By the way; I also replied to the email a colleague of you sent me. (Sergio) If you want to get in direct contact, you can also contact me by email.

iMicknl commented 7 years ago

@julcicc any update on this topic? Is there anything I can help you with, will have some more time in a few weeks.

julcicc commented 7 years ago

Hi @iMicknl we're working on developing de plugin ourselves, and right now we're struggling with the build.

The approach we used (due to .NET Core vs Framework restrictions), is to launch a console call to openalpr binary...

I'll get back once we have something stable