二维码识别:怎样提取code里的payload字符串
-
我想对这个payload进行判断
比如if payload == ‘http://taobao .com’ : print('True')
-
https://docs.singtown.com/micropython/zh/latest/openmvcam/library/omv.image.html#qrcode
http://book.openmv.cc/example/16-Codes/qrcodes-with-lens-corr.html
if code.payload()=='https://taobao.com'
-
麻烦帮我看看 这个代码对不对,运行会有attributeerror
while(True): clock.tick() img = sensor.snapshot() for code in img.find_qrcodes(): img.draw_rectangle(code.rect(), color = 127) if image.payload()== "https://kaizhi-xu.taobao.com/" : print('True')
-
看我上面二楼的代码
-
@kidswong999 哦哦 看错了 成了 谢谢