-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OverflowError when HD-EEG data streamed to SigVisualizer #20
Comments
Hi @iPsych , I currently do not have a physical amplifier here so I could not reproduce this issue. Do you have an XDF file recording that came from that amp, that I can use to simulate on my end? |
I had the same problem. After debugging for a while I realized it lies on a downsampling error: A quick fix is to change this line: App-SigVisualizer/paintwidget.py Line 58 in aa754e6
Setting downSampling to False up to 1024 instead of 1000 Hz, since it's a common sampling rate in EEG recordings. Thus if your stream sampling rate is below 1000 it will work without this hack. @Yida-Lin, @iPsych, please could you fix this? I'm quite sure it's the same error referenced on the other OverFlow issue: |
LSL SigVisualizer repeatedly crashes when It receive streamed EEG Inlet from 256ch EGI Amplifier. The program starts properly and visualize very short part of initial eeg signals from 256chs, than crash.
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: