pymindaffectBCI icon indicating copy to clipboard operation
pymindaffectBCI copied to clipboard

Cannot load fake data or running after installation

Open ihgumilar opened this issue 4 years ago • 4 comments

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

image

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. image

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

image

Thank you so much in advance for your help.

Best, Ihshan

ihgumilar avatar Apr 03 '21 22:04 ihgumilar