OpenBCI_GUI
OpenBCI_GUI copied to clipboard
Increase Spectrogram Scroll Accuracy
Problem
When going up to 40Hz, 30 seconds pass and the data does not hit the 30 second mark.
Expected
30 seconds pass and data always hits 30 second marker in 40Hz, and similar results across sample rates.
Hopefully, we can use something like Java TimerTask to fetch new data from FFT and shift pixel array to the left by one step in a separate thread.
Operating System and Version
macOS/Windows/Linux
GUI Version
v4.2.0-alpha
Running standalone app
VSCode + processingjava
Type of OpenBCI Board
Playback and Synthetic mode (live modes behave the same as synthetic)
Are you using a WiFi Shield?
No
Console Log
N/A
thank you
Fix for new Focus widget timing that will resolve this issue: https://github.com/OpenBCI/OpenBCI_GUI/pull/973