我正在尝试在RPI3上使用ZBAR,但我有问题。我没有Images Canner,图像...模块。
import zbar
scanner = zbar.ImageScanner()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'ImageScanner'
我试图从PIP,官方存储库,一些叉子上安装它,但无效。
https://pastebin.com/ajbWdSct
如何访问图像模块?
列出模块内容尝试输入:
import zbar
dir(zbar)
请参见示例https://github.com/npinchot/zbar/blob/master/master/examples/read_one.py.py