raspishake / rsudp

Continuous visual display, sudden motion monitoring, and historical replay of Raspberry Shake data
https://raspishake.github.io/rsudp/
GNU General Public License v3.0
55 stars 32 forks source link

Refresh interval matplotlib #39

Open rankinstudio opened 2 years ago

rankinstudio commented 2 years ago

I have rsudp running on a PC. It works great but using matplotlib is very cpu intensive. It would be nice to have a refresh interval in the settings file for the plot so it didn't refresh as fast as it possibly can. I'd be fine with a 5s refresh if it didn't hit the cpu as hard.

Cheers

iannesbitt commented 2 years ago

Hi @rankinstudio, I think this should be fairly simple to implement, but I don't have time to fix it at the moment. The work required would be:

rankinstudio commented 2 years ago

I can take a look at it.