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

Barcode errorcheck #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

varuncogg
Copy link

@varuncogg varuncogg commented Oct 31, 2024

When live camera scan is used there are scenarios where even after the scan object changes the previous results are returned when the strategy is not set to block. Also there needs to have a error check to make the scanner returns accurate results poling interval is less than 200 ms.
let me know if this should be toggle feature as some usecases may not require this kind of scans.
Submitting PR to add the error check- Continues validates the scan for 3 tries to check the exact result is returned if yes the result is used or else will not get a successful scan.

Added error checking in the barcode to atleast check 3 consecutive frames to return same result - especially in the scenario of live camera capture with faster recogniztion scenarios.
Added error checking in the barcode to atleast check 3 consecutive frames to return same result - especially in the scenario of live camera capture with faster recogniztion scenarios.
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

Successfully merging this pull request may close these issues.

1 participant