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的图像识别的问题。 我想要识别出结果后停止识别,让openmv驱动舵机工作相应的角度,工作完后openmv再图像识别,再驱动舵机,如此反复,请问这个怎么实现。
你就写代码就行啊。
while True: img = sensor.snapshot() 结果 = img.find_blobs() if 结果怎么样: 舵机控制