Thermal camera refresh rate

In AVRGUI, there is a function to receive data from the thermal camera. It ticks once per second, and I’m hoping there’s a way to force it to run more often.

Is the low refresh rate software controlled that I can change, or is it a hardware limitation?

1 Like

It should be running at 5Hz: https://github.com/bellflight/AVR-2022/blob/f7c457e2dfba35365947289d3de3b3f4453cb121/VMC/thermal/thermal.py#L43

any less than that is a hardware limitation.

1 Like