How to decode QR Code on wasm ?
-
https://github.com/EddyTheCo/Esterv.Utils.QrCode
https://eddytheco.github.io/qmlonline/?example_url=qt_qr_decAny contribution/suggestion is welcome.
-
-
https://github.com/EddyTheCo/Esterv.Utils.QrCode
https://eddytheco.github.io/qmlonline/?example_url=qt_qr_decAny contribution/suggestion is welcome.
-
https://github.com/EddyTheCo/Esterv.Utils.QrCode
https://eddytheco.github.io/qmlonline/?example_url=qt_qr_decAny contribution/suggestion is welcome.
@Mesrine Hello, I have been using this project with single thread before, but recently I switched to a multi-threading suite and cannot be compiled. It will prompt "wasm-ld: error: --shared-memory is disabled by aruco_board.cpp.o because it was not compiled with 'atomics' or 'bulk-memory' features." How to solve it?
-
@Mesrine Hello, I have been using this project with single thread before, but recently I switched to a multi-threading suite and cannot be compiled. It will prompt "wasm-ld: error: --shared-memory is disabled by aruco_board.cpp.o because it was not compiled with 'atomics' or 'bulk-memory' features." How to solve it?
@LZHD Hi, from the top of my head you need to compile opencv for wasm with multi threading support. Because if opencv is not found on your system it will download it from my github actions. but the downloaded Opencv-wasm library does not have multithreading support.
To be of more help you could open a detailed issue on the repo.
-
@LZHD Hi, from the top of my head you need to compile opencv for wasm with multi threading support. Because if opencv is not found on your system it will download it from my github actions. but the downloaded Opencv-wasm library does not have multithreading support.
To be of more help you could open a detailed issue on the repo.