libdecodeqr-webcam
Sample program in C/C++ library for decoding QR code
Install
- All systems
-
curl cmd.cat/libdecodeqr-webcam.sh
- Debian
-
apt-get install libdecodeqr-examples
- Ubuntu
-
apt-get install libdecodeqr-examples
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdecodeqr-examples
- Raspbian
-
apt-get install libdecodeqr-examples
- Dockerfile
- dockerfile.run/libdecodeqr-webcam
libdecodeqr-examples
Sample program in C/C++ library for decoding QR code
libdecodeqr is a C/C++ library for decoding QR code ased on JIS X 0510 and ISO/IEC18004. This library is able to decode various image formats whether it's taken from a file, webcam, scanner, or any other image formats available. This package contains an example program.