相机调用时出现 在不同的状态下fps = clock.fps() ,fps不一样,而且耗费算力的那份代码帧率升到最高,为什么

为什么我单独调用openmv相机的时候fps最多是50,但是我加上一系列寻找色块的识别操作之后fps能达到100多帧,按道理来说不应该是板子不进行任何操作只调用相机的时候帧率最高吗,但现在为什么会出现这种情况

Hi, this is probably related to how you are measuring the frame rate. Please make sure the clock object is being used like in our examples.