pymindaffectBCI
pymindaffectBCI copied to clipboard
Cannot load fake data or running after installation
Dear Developer of MindAffect,
I am trying to use this library. However, I have difficulty to run this by using fake data that is provided by this library. Could anyone give me some help? I tried to run this code
acq_args=dict(host='localhost', nch=4, fs=200)
acq_process = mindaffectBCI.online_bci.startacquisitionProcess('fakedata', acq_args)
Here is the screenshot of the issue

Also, I tried to follow the step here , Installation check section.
tried to run this code python -m mindaffectBCI.online_bci --acquisition fakedata
It asked me for the following json file. Which one should I choose? I tried each JSON file, yet it still does not work.

I chose online_bci.json . Here is the following set up in it "acq_args":{ "board_id":-1, "serial_port":"com5" },
yet it gives me this error

Thank you so much in advance for your help.
Best, Ihshan