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能测运动小球的速度吗?
用pyb.millis()获得时间,然后像素除以时间差,就是速度。
不太明白,能否简单举个例子?