Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BarcodeRecognizer not working anymore starting with 5.10.0 #67

Open
dgrabar opened this issue Sep 7, 2021 · 1 comment
Open

BarcodeRecognizer not working anymore starting with 5.10.0 #67

dgrabar opened this issue Sep 7, 2021 · 1 comment

Comments

@dgrabar
Copy link

dgrabar commented Sep 7, 2021

Works fine with 5.9.0, but with 5.10.0 and AndroidX not anymore (BlinkIDCustomAARBinding.dll).

Example of usage during initBlinkId stage (private void initBlinkId()):

blinkidRecognizer = new BarcodeRecognizer();
blinkidRecognizer.SetScanCode39(true);
blinkidRecognizer.SetScanCode128(true);
blinkidRecognizer.SetScanItf(true);

recognizerBundle = new RecognizerBundle(blinkidRecognizer);

blinkidUISettings = new BarcodeUISettings(recognizerBundle);

@anjapenic
Copy link

Hi @dgrabar,

Could you share with us where did you download the SDK from? Also, could you contact us directly at support@microblink.com so we could check out if this is a license issue?

Thanks!

Regards,
Anja

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants