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() for i in templates[0]: for t in i: template = image.Image(t) s = img.find_template(template, 0.70, step=4, search=SEARCH_EX) if s: img.draw_rectangle(s)
提示的很明显了,没找到你的文件。