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有2个uart。分别调用就行。
uart3 = UART(3, 19200) uart1 = UART(1, 19200)