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可以固定帧率采图吗??
不能,算法的时间是不确定的,只是大致的。 在死循环里看看帧率也不会变很多,也可以算是固定帧率。 如果你看到现在帧率是58,那你可以加一个延时,把帧率变成50。