Thanks for the information.
We are currently working on a new BCI2000 installer.
Search found 1194 matches
- 16 Mar 2023, 12:46
- Forum: Data Analysis
- Topic: Error using load_bcidat in MATLAB
- Replies: 3
- Views: 37
- 15 Mar 2023, 10:40
- Forum: Data Analysis
- Topic: Error using load_bcidat in MATLAB
- Replies: 3
- Views: 37
Re: Error using load_bcidat in MATLAB
This is a Matlab exception that indicates that no memory could be allocated for the signal data in your file. Within Matlab, a file requires a little bit more memory than its size on disk. With a 32 bit version of Matlab, the maximum file size that load_bcidat() can read is about 1.5GB. You may get ...
- 14 Mar 2023, 11:12
- Forum: Known Issues
- Topic: PC300Classifier does not open
- Replies: 2
- Views: 33
Re: PC300Classifier does not open
This is due to an error in P300Speller that was fixed in r6166. I'm sorry that you experienced this issue. We generally recommend to build BCI2000 from the latest SVN version as described here: https://www.bci2000.org/mediawiki/index.php/Programming_Howto:Building_and_Customizing_BCI2000 If you woul...
- 07 Feb 2023, 10:41
- Forum: Software Development
- Topic: BCI2000-based softerware development
- Replies: 1
- Views: 141
Re: BCI2000-based softerware development
Hi,
the BCI2000 GUI is not a library. If you want to write your own GUI on top of BCI2000, I suggest you start out with the Operator (OperatorQt) and modify it by adding or removing elements as you see fit.
HTH
Jürgen
the BCI2000 GUI is not a library. If you want to write your own GUI on top of BCI2000, I suggest you start out with the Operator (OperatorQt) and modify it by adding or removing elements as you see fit.
HTH
Jürgen
- 23 Dec 2022, 10:55
- Forum: Known Issues
- Topic: Need help connecting via LSL
- Replies: 5
- Views: 318
Re: Need help connecting via LSL
It seems that the source module is unable to make a connection to the OpenBCI stream. It looks for a stream of type "EEG" which seems not to be available. Did you compile BCI2000 yourself? If so, you might update to the latest version of the SVN source tree, and recompile. This will give y...
- 19 Dec 2022, 08:07
- Forum: Known Issues
- Topic: Need help connecting via LSL
- Replies: 5
- Views: 318
Re: Need help connecting via LSL
Hi, our expert is on vacation, so I will try to help you with this. If you have a moving line, this means that data is coming in. If no signal is visible, two possibilities exist: 1) there is NaN data coming in, 2) the data has a large offset. To see what is the case, please right-click on the displ...
- 30 Jun 2022, 11:54
- Forum: Configuration
- Topic: BCI2000 with Nautilus
- Replies: 2
- Views: 807
Re: BCI2000 with Nautilus
Hi, you should be following instructions from here:
https://www.bci2000.org/mediawiki/index ... :gNautilus
There is a DeviceIDs parameter, which should be set to "auto" , and a DeviceIDMaster parameter, which should be set to "auto" as well.
https://www.bci2000.org/mediawiki/index ... :gNautilus
There is a DeviceIDs parameter, which should be set to "auto" , and a DeviceIDMaster parameter, which should be set to "auto" as well.
- 22 Jun 2022, 07:53
- Forum: Configuration
- Topic: Display image icon in "Text to Spell" Box on P300 Speller
- Replies: 1
- Views: 366
Re: Display image icon in "Text to Spell" Box on P300 Speller
Hi,
unfortunately, there is no way to display icons in the "Text to spell" box, sorry.
-Juergen
unfortunately, there is no way to display icons in the "Text to spell" box, sorry.
-Juergen
- 21 Jun 2022, 15:37
- Forum: Configuration
- Topic: including resting data with recording
- Replies: 1
- Views: 358
Re: including resting data with recording
Hi, BCI2000 will record data for all values of TargetCode, it is not possible to restrict recording to certain values of that. If you feel you are missing data, you may have got the SamplingRate wrong when considering the number of samples? Apart from that, I have difficulties understanding what you...
- 20 Apr 2022, 11:22
- Forum: BCI Systems - General
- Topic: Problem with P300 Speller Task with Emotiv Flex
- Replies: 8
- Views: 1792
Re: Problem with P300 Speller Task with Emotiv Flex
In the meantime, I found out that there is an error in the batch file. In P3Speller_LSLSource.bat, replace "DummySignalProcessing" with "P3SignalProcessing".
- 20 Apr 2022, 11:19
- Forum: Known Issues
- Topic: P300 calibration - text not advancing
- Replies: 5
- Views: 2386
Re: P300 calibration - text not advancing
There is an error in the batch file. Replace "DummySignalProcessing" with "P3SignalProcessing", and it should work.
- 20 Apr 2022, 10:26
- Forum: BCI Systems - General
- Topic: Problem with P300 Speller Task with Emotiv Flex
- Replies: 8
- Views: 1792
Re: Problem with P300 Speller Task with Emotiv Flex
Try
Code: Select all
.\P3Speller.exe --version
- 20 Apr 2022, 10:20
- Forum: Known Issues
- Topic: P300 calibration - text not advancing
- Replies: 5
- Views: 2386
Re: P300 calibration - text not advancing
Hi, can you post the contents of the batch file you are using?
Thanks,
Jürgen
Thanks,
Jürgen
- 20 Apr 2022, 10:18
- Forum: BCI Systems - General
- Topic: P300 Speller Task not working
- Replies: 3
- Views: 723
Re: P300 Speller Task not working
Hi, can you post the content of the batch file you are using?
- 12 Apr 2022, 08:57
- Forum: BCI Systems - General
- Topic: Problem with P300 Speller Task with Emotiv Flex
- Replies: 8
- Views: 1792
Re: Problem with P300 Speller Task with Emotiv Flex
Hi, for an introduction how to use BCI2000 (and how to locate and modify parameters), please see this wiki page: https://www.bci2000.org/mediawiki/index.php/User_Tutorial:BCI2000_Tour The EpochsToAverage parameter is on the "Filtering" tab. It is strange that the P300 Classifier program do...