OpenBCI_GUI icon indicating copy to clipboard operation
OpenBCI_GUI copied to clipboard

Increase Spectrogram Scroll Accuracy

Open retiutut opened this issue 5 years ago • 2 comments

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

retiutut avatar Jan 06 '20 06:01 retiutut

thank you

jps2000 avatar May 08 '21 08:05 jps2000

Fix for new Focus widget timing that will resolve this issue: https://github.com/OpenBCI/OpenBCI_GUI/pull/973

retiutut avatar Jun 30 '21 22:06 retiutut