QR Code detection?
I am developing a project which makes use of visp_auto_tracker, among other packages. The visp code allows to keep track of a QR o flashcode: visp_auto_tracker
But it doesn't make any difference between QR codes (the package doesn't read them).
Is there any ROS QR Code detection package OR project available?
If there isn't, i'm planning to make a Java node that deciphers QR code from an image and present the result with a ROS message (or something similar).
Any help is appreciated. Many greetings ROS community.