识别二维后输出的数据是啥意思
-
识别二维后输出的数据是啥意思
-
什么数据?
请提供代码,步骤,现象。我完全不知道你说的是什么意思。
-
import sensor, image sensor.reset() sensor.set_pixformat(sensor.RGB565) sensor.set_framesize(sensor.QQVGA) # can be QVGA on M7... sensor.skip_frames(30) sensor.set_auto_gain(False) # must turn this off to prevent image washout... while(True): img = sensor.snapshot() img.lens_corr(1.8) # strength of 1.8 is good for the 2.8mm lens. for code in img.find_qrcodes(): print(code)
-
我完全不知道你的问题是什么,
你最好详细描述你的问题。
-
-
就是这些数据是什么意思
-