Search found 26 matches

by ageronimo
21 Jan 2021, 10:16
Forum: Configuration
Topic: No mouse control in SignalGenerator
Replies: 3
Views: 4810

Re: No mouse control in SignalGenerator

Hi Juergen,
Upon second look, it seems i am not able to get a sine wave at all and the mouse control is just secondary to that. Some files are attached which the settings should produce a sine wave (i think) but none appears in the signal. Again, all this works fine in the compiled version.
by ageronimo
06 Jan 2021, 13:50
Forum: Configuration
Topic: No mouse control in SignalGenerator
Replies: 3
Views: 4810

No mouse control in SignalGenerator

Happy new year BCI2000 team. Ive installed the Rev.6143 binaries on my windows 10 x64 machine and am having difficulty with the SignalGenerator source module. I cannot get the signal to modulate amplitude with x-movement of the mouse cursor. I also have Rev.6125 built from source on my machine and I...
by ageronimo
06 Dec 2017, 10:09
Forum: Configuration
Topic: gStimBox error
Replies: 1
Views: 4473

Re: gStimBox error

UPDATE - i was missing a step.

Had to install the g.stimbox drivers
by ageronimo
31 Oct 2017, 11:21
Forum: Configuration
Topic: gStimBox error
Replies: 1
Views: 4473

gStimBox error

Hi, i was able to follow the instructions at https://www.bci2000.org/mediawiki/index.php/Contributions:StimBoxFilter to compile the g.StimBoxFIlter. (R5404) I am running a batch file that calls the following programs Start executable gUSBampSource --local --StimBoxFilter=8 Start executable P3SignalP...
by ageronimo
03 Feb 2016, 10:45
Forum: Software Development
Topic: BCI2000 v3.6 beta test
Replies: 28
Views: 121236

Re: BCI2000 v3.6 beta test

Hi Peter, Unfortunately I cannot disable Symantec on my computer. I imagine having a computer dedicated to BCI work that is not on the University/Medical Center's network would be the way to handle this. The binaries I am testing are being downloaded to the desktop on the C: drive. I've tested R5225...
by ageronimo
27 Jan 2016, 10:22
Forum: Software Development
Topic: BCI2000 v3.6 beta test
Replies: 28
Views: 121236

Re: BCI2000 v3.6 beta test

Hi All,

I still have issues with antivirus. It allows me to run the modules, but it requests permission EVERY TIME :(
Errors in ParallelPort Filter prevent anything from running though.

Here are my notes from testing

https://drive.google.com/file/d/0BxP5i8 ... sp=sharing
by ageronimo
22 Dec 2015, 17:36
Forum: Software Development
Topic: BCI2000 v3.6 beta test
Replies: 28
Views: 121236

Re: BCI2000 v3.6 beta test

Summary of my testing of the R5181 binaries: For all the executables in each of the four versions of the binaries, i get security warnings (which i can disable after the first time) and symantec warnings (which show up every time run a batch file). Symantec doesnt automatically quarantine anything, ...
by ageronimo
18 Aug 2015, 14:44
Forum: Software Development
Topic: Emotiv EPOC+
Replies: 1
Views: 3192

Emotiv EPOC+

Hello, I recently got a new version of the Emotiv EPOC+ which supports a sampling rate of 256 Hz. The good news is that the existing Emotiv source module works pretty much flawlessly with the new headset, but doesn't support this higher sample rate. I believe the libraries need to be updated to the ...
by ageronimo
24 Jun 2015, 09:04
Forum: Software Development
Topic: Tobii EyeX
Replies: 7
Views: 7166

Re: Tobii EyeX

Sure, no problem. Let me know what I can do to help.
by ageronimo
23 Jun 2015, 10:16
Forum: Software Development
Topic: Tobii EyeX
Replies: 7
Views: 7166

Re: Tobii EyeX

Hi Peter, I've now tried using the AppConnector method somewhat successfully. I was able to control the cursor for a CursorTask application using a modified version of this Matlab code found at http://www.ucl.ac.uk/~smgxprj/resources.html (Tobii EyeX Binding) I compiled the myex.c file in section 1 ...
by ageronimo
18 Jun 2015, 17:16
Forum: Software Development
Topic: Tobii EyeX
Replies: 7
Views: 7166

Re: Tobii EyeX

Hi Peter, I was able to compile the example gaze detector that Tobii provides in its SDK (MinimalGazeDataStream.c) in VC2008. I do think i will need help creating a BCI2000 logger from this. I tried to look at the EyeTrackerLogger files to get an idea of how this might work, but its complexity is a ...
by ageronimo
18 Jun 2015, 12:29
Forum: Software Development
Topic: Tobii EyeX
Replies: 7
Views: 7166

Re: Tobii EyeX

Hi Peter,
Thanks for the great suggestions. I will look into implementing a logger, although I am by no means savvy at C++. Ill be in touch with whatever progress I make.
by ageronimo
15 Jun 2015, 14:40
Forum: Software Development
Topic: Tobii EyeX
Replies: 7
Views: 7166

Tobii EyeX

Are there any resources for integration of the Tobii EyeX data into the BCI2000 platform for eye tracking purposes? I saw that Tobii EyeX uses a different SDK than other eye trackers offered by the company, so the EyeTrackerLogger source module extension will not work. http://www.bci2000.org/phpbb/v...
by ageronimo
19 Jan 2014, 12:48
Forum: Configuration
Topic: build BCI2000 win7 x64
Replies: 3
Views: 6430

Re: build BCI2000 win7 x64

I never got a x64 version to compile. I got the 32 bit version to work for me, by installing the both the 32- and 64-bit g.usbamp drivers. Didnt think this would work, but so far so good!
by ageronimo
17 Dec 2013, 12:44
Forum: Configuration
Topic: build BCI2000 win7 x64
Replies: 3
Views: 6430

build BCI2000 win7 x64

I am trying to build 64 bit executables of BCI2000 on windows 7. from the "Building BCI2000" wiki page, i saw that vc++2008 and windows 7 64 bit were known to be stable. I have installed visual c++ express 2008, cmake 2.8.12.1, and ran "Make VS2008 Win64 Project Files.bat". It ra...