FIRST Robotics Competition Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Camera FPS - what is the right setting?

I'm using the advanced framework.   I can spin the image processing part of the loop at, say 5-10 fps (maybe more with tricks like decimation, etc.)   

How fast should the camera fps be set?   10?   30?   Is there overhead on having it at 30fps while I'm processing at say 5fps?    (If no overhead, I'd assume 30fps so the processing loop gets the latest available image, right?)

Thanks!

(Sorry - but I'm still weak on this dataflow-esque linkage model...)

0 Kudos
Message 1 of 2
(5,288 Views)

Hi,

You only need as many frames from the camera as you're actually going to process, so if you are running your processing loop at 5 hz, there isn't any reason to run the camera faster than 5 fps.

Regards,

JeremyB
Applications Engineer
National Instruments

Regards,

Jeremy_B

Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,568 Views)