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).
请问如何让openmv能够分别识别两种颜色例如先可以识别红色 然后绿色出现再识别绿色
红色色块们 = img.find_blobs([红色阈值]) if 红色色块们: 绿色色块们 = img.find_blobs([绿色阈值]) print(绿色色块们)