Hello Node-Red group,
I am working on a small project using Node-Red/RaspberryPi which should generate QR Code and print it via Adafruit Thermal printer connected via USB/FTDI. I do have an old USB Webcam, which should read/scan the printed QR Code for further processing. I am kind of in the middle and need this groups expert advice on putting all together using Node-Red.
Progress so far...
Printing QR code
- Is there any QR Code print nodejs library, could not make it work
https://www.npmjs.com/package/qrcode since the "canvas" dependant package gives trouble while installing "cairo". Anyone successfully installed "cairo" on RPi?
Read/Scan QR code
- Is there any easy way to scan QR code using USB Webcam connected to RPi(headless)?
- "motion" is working, able to stream thru websocket independently
Thanks
EK