https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23641
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from David Cook <[email protected]> --- (In reply to Martin Renvoize from comment #8) > https://zxing-js.github.io/library/ Looks promising Back in June 2021, I did a local implementation using version 0.0.9 of https://github.com/zxing-js/browser It was easy enough to do, but the library didn't work that well. Performance ranged heavily between mobile devices (with cheaper devices not working well or at all in many cases), and even with a good more expensive device it could take a lot of attempts to get 1 good scan as the camera wouldn't focus on the barcode very well. We ended up discarding the implementation and integrating with third-party commercial software which worked much much better. -- I can share my zxing-js implementation, but I wouldn't recommend anyone use it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
