https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1937
--- Comment #14 from David Cook <[email protected]> --- (In reply to Mathieu Saby from comment #13) > I am not a dev, but from Chatgpt's anwser it seems it should not be > difficult to implement that in JS, without the need of a Andoid or IOS app. Take a look at bug 23641 A pure Javascript solution is possible but not very effective in real life trials. As I note earlier on this bug, the better option is to use Javascript to interface with the device camera to capture an image/stream and send it to an API for server-side processing. That seems to be the more successful pathway. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact 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/
