-
Notifications
You must be signed in to change notification settings - Fork 103
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
BarcodeScanner stops detect after some time #243
Comments
I am facing the same issue Mateus mentioned. After a random amount of time, the scanner seems to stop scanning without an exception being thrown. Any hints are highly appreciated. We are using the "BarcodeScanner.Mobile.Maui" package in version 8.0 and can observe the issue on Android devices as well. |
Any updates about this issue? |
Hi,
|
Describe the bug
After an indeterminate amount of time, Barcode detection simply does not happen. I didn't get anything different in the log, just the usual:
[UseCaseAttachState] Active and attached use case: [androidx.camera.core.Preview-d8c6eaeb-2536-4024-99fa-912bef01aeb1128811641, androidx.camera.core.ImageAnalysis-a1ea55de-92b1-473a-95d1-b0a97f9ffe90219505695] for camera: 1
[CaptureSession] Attempting to submit CaptureRequest after setting
[CaptureSession] Issuing request for session.
In my tests, after approximately 1~2 hours the detection simply stopped.
To Reproduce
I uploaded a project based on the library example, with MVVM sample (even in code behind the bug persists)
Steps to reproduce the behavior:
Expected behavior
The component, even with the camera open performing the detection, even without detecting any barcode for hours, does not stop scanning
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: