Quantcast
Channel: Emotiv
Viewing all articles
Browse latest Browse all 898

Reply To: How to get EEG Raw Data?

$
0
0

Well here I found a API published by Emotiv. But not sure using it in the right way yet.

“double * buffer = (double *)malloc(sizeof(double)*maxT*nChannl);
DataHandle hData = IEE_MotionDataCreate();
int ret = IEE_DataGetMultiChannels(hData, ChannelList, nChannl, &buffer, sizeof(double)*maxT);
if(ret != EDK_OK){NSLog(@”%i”,ret);}
else{}”

It returns 769 as ret from IEE_DataGetMultiChannels().


Viewing all articles
Browse latest Browse all 898

Trending Articles