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检测出来数据,传输给主控板之后,它就停止工作,然后在主控板需要它再一次检测的时候,它继续工作重复第一次检测的程序,怎么能够实现
那你要串口接受数据。
while True: if uart.any(): data = uart.read() print(data) blobs = img.find_blobs() uart.write(xxx)