BarcodeRecognizer not working anymore starting with 5.10.0
dgrabar opened this issue · 1 comments
dgrabar commented
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 commented
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