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).
老师请问一下,现在程序有几个判断,目的是让他得出结论之后传输数据给arduino板之后就停止运行,然后等到下一个位置在进行判断再一次得出结论,以此类推完成三次该怎么写?只要跳出判断程序接结束
times = 0 while true: img.snapshot() blobs = img.find_blobs() if xxx: times += 1 if times > 3: break