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).
img = sensor.snapshot().lens_corr(1.8) for r in img.find_blobs(thresholds1=[30,100,-64,-8,-32,32],invert=False,roi) img.draw_rectangle(blob.rect(),color = (255, 0, 0))
请提供全部的代码。否则没法运行。