sudo apt-get install libqrencode3 qrencode
$ qrencode "string" -o "output file name"
Branchenüblich ist auch der Begriff „Imager“, wenn es sich um ein 2D-Gerät handelt. Sie verfügen über eine Kamera und einen Decoder.
sudo apt-get install zbar-tools
zbarimg "image file name"
$ zbarimg hello
QR-Code:Hello
scanned 1 barcode symbols from 1 images in 0.05 seconds
-q Keine FEhlermeldungen –xml Gibt XML-Infos aus.
(kann ich wenig mit anfangen)
libdecodeqr-dev - C/C++ library for decoding QR code
libdecodeqr-examples - Sample program in C/C++ library for decoding QR code
libdecodeqr0 - C/C++ library for decoding QR code
http://askubuntu.com/questions/22871/software-to-read-a-qr-code
http://code.google.com/p/zxing/ Open Source, Java with ports in other platforms
http://fukuchi.org/works/qrencode/
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.
https://github.com/mkoppanen/php-zbarcode
If you have the possibility to use a phpextension, php-zbarcode at https://github.com/mkoppanen/php-zbarcode can read qrcodes. It's a wrapper for ZBar from http://zbar.sourceforge.net, which in turn is a LGPL C library for decoding barcodes.
PHP extension for reading barcodes. Uses ImageMagick(http://www.imagemagick.org/) for image support and zbar(http://zbar.sourceforge.net/) for scanning the barcodes.
MS-WINDOWS only! http://blog.odoa.eu/post/QR-Code-Scanner-for-Desktop-and-Laptop.aspx
sudo apt-get install libdmtx-utils
Homepage: http://www.libdmtx.org/
See some tips here: http://libdmtx.wikidot.com/helpful-tips
Scanne eine Bild nach DataMatrix-Code. Suche max. 3,5 Sekunden und stoppe, wenn 1 Code gefunden.(verkleinere Bild um Faktor 1)
dmtxread --shrink=1 -N 1 -m 3500 ~/quickexchange/dm4.jpg
DM-Code erzeugen:
echo "Das ist der Code, der erstellt werden soll!" | dmtxwrite -o ~/quickexchange/test.png
http://askubuntu.com/questions/22871/software-to-read-a-qr-code