|
|
@@ -76,6 +76,18 @@ I would recommend a Pi NoIR that can be hooked into the Pi Zero ([Adafruit](http
|
|
|
|
|
|
I've had success in getting it up and running with a Raspberry Pi Zero before and it might be easy to set up and fast enough to use.
|
|
|
|
|
|
+`zbar-tools` (perhaps [mcheheb/zbar](https://github.com/mchehab/zbar)?) looks to be a tool to scan QR codes.
|
|
|
+
|
|
|
+Here's an example:
|
|
|
+
|
|
|
+```
|
|
|
+$ sudo apt-get install zbar python-zbar
|
|
|
+$ git clone https://github.com/mchehab/zbar
|
|
|
+$ cd zbar/python/examples
|
|
|
+$ python ./scan_image.py ../../examples-qr-code.png
|
|
|
+('decoded', 'QRCODE', 'symbol', '"https://github.com/mchehab/zbar"')
|
|
|
+
|
|
|
+```
|
|
|
|
|
|
|
|
|
Notes
|
|
|
@@ -139,4 +151,4 @@ References
|
|
|
* [GitHub: monkeyboard/Wiegand-Protocol-Library-for-Arduino](https://github.com/monkeyboard/Wiegand-Protocol-Library-for-Arduino)).
|
|
|
* [2.8 inch touch display](http://www.raspberrypiwiki.com/index.php/2.8_inch_Touch_Screen_for_Pi_zero)
|
|
|
* [GitHub: tianyoujian/MZDPI](https://github.com/tianyoujian/MZDPI)
|
|
|
-
|
|
|
+* [GitHub: mcheheab/zbar](https://github.com/mchehab/zbar)
|