# Reduce Fps to zero

**URL:** https://forums.openmv.io/t/reduce-fps-to-zero/10537
**Category:** OpenMV Boards
**Created:** [January 21, 2025, 8:55am UTC](https://forums.openmv.io/t/reduce-fps-to-zero/10537 "2025-01-21T08:55:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![shn0shn](https://avatars.discourse-cdn.com/v4/letter/s/9de0a6/32.png) [@shn0shn](https://forums.openmv.io/u/shn0shn)
#### Post date: [January 21, 2025, 8:55am UTC](https://forums.openmv.io/t/reduce-fps-to-zero/10537/1 "2025-01-21T08:55:35Z")

</div>

HI  
In previous versions, FPS would stay at a certain number, but in new firmwares it would also decrease.  
How can we keep FPS constant at a certain number or how can it automatically stay at a certain number? This is a big problem.

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [January 21, 2025, 6:47pm UTC](https://forums.openmv.io/t/reduce-fps-to-zero/10537/2 "2025-01-21T18:47:01Z")

</div>

Hi, please explain more?

The clock object just measures the main script FPS. The FPS in the IDE measures the poll rate of the IDE. If these are trending down towards zero it means your loop is slowing down.

---

<div class="post-metadata">

### Author: ![shn0shn](https://avatars.discourse-cdn.com/v4/letter/s/9de0a6/32.png) [@shn0shn](https://forums.openmv.io/u/shn0shn)
#### Post date: [January 23, 2025, 7:48am UTC](https://forums.openmv.io/t/reduce-fps-to-zero/10537/3 "2025-01-23T07:48:11Z")

</div>

In previous firmware versions, when the code was executed, it would stay at a certain FPS, but in new versions, it would start decreasing from 47 and reach 1 or even 0 FPS. I think there is a problem in new versions. If the loop is slow, it should stay at one FPS from the beginning, not decrease!!!

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [January 23, 2025, 4:47pm UTC](https://forums.openmv.io/t/reduce-fps-to-zero/10537/4 "2025-01-23T16:47:29Z")

</div>

Can you post the code that causes the issue? Please post the most minimal version that shows the error.
