Search found 8 matches

by jmann18
Wed Mar 21, 2018 7:28 pm
Forum: Acquisition server and drivers
Topic: Emotiv driver does not appear in server acquisition
Replies: 4
Views: 4344

Re: Emotiv driver does not appear in server acquisition

I added ${PATH_Candidates} to line 54, and Emotiv now appears on the drop down. Is this what you meant by telling the build the exact path to the version of the SDK? FIND_LIBRARY(LIB_EmotivAPI edk PATHS ${OV_EMOTIV_PATHS} ${PATH_Candidates} ) Going forward, I thought by changing the m_ui32UserID fro...
by jmann18
Tue Mar 20, 2018 10:06 pm
Forum: Acquisition server and drivers
Topic: Emotiv driver does not appear in server acquisition
Replies: 4
Views: 4344

Re: Emotiv driver does not appear in server acquisition

I have made the changes, and use "C:/Program Files/community-sdk-master*" and "C:/Program Files/community-sdk-master/include*" as files paths. That helped quite a bit, and now I have one more error occurring. I have seen these issues in previous posts, but they are on Linux. Found Emotiv API 3.x Fou...
by jmann18
Sat Mar 17, 2018 3:58 pm
Forum: Acquisition server and drivers
Topic: Emotiv driver does not appear in server acquisition
Replies: 4
Views: 4344

Emotiv driver does not appear in server acquisition

I am using Openvibe 2.0.1 for windows with the Emotiv headset. I am aware of the current driver issues, so I changed the ID from 0 to 4096 and built the programs, however the emotiv driver does not appear on the drop down list in the sever acquisition client. Could someone please provide some insigh...
by jmann18
Sat Mar 17, 2018 12:56 am
Forum: Acquisition server and drivers
Topic: using the Emotiv with openvibe
Replies: 52
Views: 65205

Re: using the Emotiv with openvibe

I was able to change the ID from 0 to 4096 and build the programs, however the emotiv driver does not appear on the drop down list in the sever acquisition client. Could someone please help?

-Thanks
by jmann18
Sat Mar 17, 2018 12:51 am
Forum: Acquisition server and drivers
Topic: [Solved] Acquisition server with Emotiv headset on Linux
Replies: 40
Views: 42716

Re: [Solved] Acquisition server with Emotiv headset on Linux

Hello, I am experiencing the same issues, but with windows. The emotiv driver does not appear on the server acquisition list. Could you please provide me a brief summary of what you did to resolve this?
-Thanks
by jmann18
Mon Feb 26, 2018 2:15 am
Forum: Scenarios and BCI design
Topic: CSP trainer and emotiv
Replies: 4
Views: 3724

Re: CSP trainer and emotiv

Thank you for your help! I included the 'Stimulation listener' and was able to see the events. I simply had to re-select the stimulation labels!

Cheers
by jmann18
Thu Feb 22, 2018 1:21 am
Forum: Scenarios and BCI design
Topic: CSP trainer and emotiv
Replies: 4
Views: 3724

Re: CSP trainer and emotiv

That helped quite a bit! It appears that my marked events are not being registered by the "Stimulation based epoching" box. The initial signal from the gdf file reader shows the marked events, but I receive no signals from the "Stimulation based epoching" for the left and right hand movements. When ...
by jmann18
Tue Feb 20, 2018 10:17 pm
Forum: Scenarios and BCI design
Topic: CSP trainer and emotiv
Replies: 4
Views: 3724

CSP trainer and emotiv

Hello, I am using an Emotiv Epoc+, and am trying to use the mi-csp-2-train-CSP tutorial. I want to apply an offline SVM classifier to some data, since the drivers for 3.5.1 are not supported. I mark my events in EmotivPRO and export the EDF file. I use EEGLAB to convert the EDF to GDF format. When I...