Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
while(True): clock.tick() img = sensor.snapshot() img.lens_corr(1.8) 。 for code in img.find_qrcodes(): img.draw_rectangle(code.rect(), color = (255, 0, 0)) erweima=code.payload() if erweimaa == 红色蓝色 print(erweima)
这样 '红色蓝色' 也是错误
1,红色蓝色加引号 2,if后面要有冒号 3,if下面要加缩进