# Limit Frames Per Second

**URL:** https://forums.openmv.io/t/limit-frames-per-second/352
**Category:** OpenMV Boards
**Created:** [July 24, 2017, 1:45pm UTC](https://forums.openmv.io/t/limit-frames-per-second/352 "2017-07-24T13:45:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![slow\_one](https://avatars.discourse-cdn.com/v4/letter/s/ed8c4c/32.png) [@slow\_one](https://forums.openmv.io/u/slow_one)
#### Post date: [July 24, 2017, 1:45pm UTC](https://forums.openmv.io/t/limit-frames-per-second/352/1 "2017-07-24T13:45:36Z")

</div>

Is there a way to set a limit/ have a setting that artificially limits the Frames Per Second that a the camera captures and Processes? (instead of best effort processing)  
this would be done in order to prove out some concepts/ for testing of algorithms.  
I haven’t seen anything that does that in the documentation …  
I suppose I could set a DELAY at the end of the loop … but that doesn’t really do what I want, which is essentially be able to prototype out and show the difference between how an algorithm works at 15FPS vs 30FPS.

---

<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: [July 24, 2017, 6:05pm UTC](https://forums.openmv.io/t/limit-frames-per-second/352/2 "2017-07-24T18:05:23Z")

</div>

Hi, please look at the forum history for recent posts… I just answered this. Look at what I’ve recently posted back till Friday. Someone was asking me about this for taking videos. I posted a code snippet.

---

<div class="post-metadata">

### Author: ![slow\_one](https://avatars.discourse-cdn.com/v4/letter/s/ed8c4c/32.png) [@slow\_one](https://forums.openmv.io/u/slow_one)
#### Post date: [July 24, 2017, 7:40pm UTC](https://forums.openmv.io/t/limit-frames-per-second/352/3 "2017-07-24T19:40:30Z")

</div>

Thanks!  
I didn’t see it. I’ll check.

Edit:  
It looks like [this](http://forums.openmv.io/viewtopic.php?f=3&t=378&p=2400&hilit=fps#p2400) thread will help.  
Thanks!
