You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you share with us where did you download the SDK from? Also, could you contact us directly at [email protected] so we could check out if this is a license issue?
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);
The text was updated successfully, but these errors were encountered: