While trying to use zbar instead of cv2.QRCodeDetector() to read qrcodes,
the following line in my python script
import zbar
triggers at runtime
ModuleNotFoundError: No module named 'zbar'
However, looking into the source of the modules/JeVois/DemoQRcode/DemoQRcode.C, I can see that it uses zbar in this cpp module.
It's just that the zbar python wrappers are missing. and i'm still unable to add such binding (again i'm stuck on the 'no pip install' on JeVois)
this readme https://github.com/jevois/jevoisbase/tree/master/Contrib
makes me suspect that just deleting '--without-python' in the ./configure may be enough.
Can zbar python module be bundled in the next JeVois release pls?