-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
processEveryNthFrame on Android no results returned #44
Comments
UpVote. Thanks @triniwiz. We really need a fix on this one. |
@triniwiz Good day Sir, this is affecting our business quite badly, please can we give this some attention? Thanks |
@devlinpadayachee are you on v2 ? |
@triniwiz Devlin and work for the same company, we tried with: "@nativescript/mlkit-barcode-scanning": "^2.0.0", No difference unfortunately, when I add processEveryNthFrame on Android it doesn't trigger the @detection event. |
@triniwiz anything I can do to make it easier to investigate this issue? |
So only when using |
Hi, Yes Good Sir, On IOS processEveryNthFrame works perfectly and returns results. This is how we have implemented it: <MLKitView BR |
@triniwiz let me know if you need a sample app to help replicate |
hi @triniwiz , please clarify your previous message? I am offering to make a NS Vue app you could use to debug the issue? |
Hello, any update on this? I' ve got these packages and when I add the property then scanning stops working (detection) not triggering I test on Android platform (targetSdk 34)
|
@harfyt with 8.8 you should try "@nativescript/mlkit-barcode-scanning": "3.0.0-alpha.3",
"@nativescript/mlkit-core": "3.0.0-alpha.3",
|
@triniwiz apologies but I just tested with a new android build on my side and although I don't get an exception anymore like before, it also seems like adding the property now results in no results returned for the detection event. When I remove the property scanning works but it's not accurate with Code39 barcode types especially.
<MLKitView
cameraPosition="back"
:detectionType="type || 'all'"
:barcodeFormats="formats"
:processEveryNthFrame="60"
@detection="onScanResult"
:pause="pauseScanner"
:torchOn="torchOn"
/>
The text was updated successfully, but these errors were encountered: