I have a University project which involves QR code recognition and generation. I've looked at both an Arduino and Raspberry Pi, but in my research I found that the Pi is better for image decoding due to memory constraints on the Arduino (Please correct me if I'm wrong)
My question is: how do I use ZXing to decode the image with a Pi? I've read about people flashing their Pi's with Android and going on from there, but I'd like to avoid that seeing as I'd might like to expand on the project without Android in the way.