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

Reply To: EPOC+ Android SDK

$
0
0

this forum is almost dead,

it should work just look for ` /*Connect device with Insight headset*/
// int number = IEdk.IEE_GetInsightDeviceCount();
// if(number != 0) {
// if(!lock){
// lock = true;
// IEdk.IEE_ConnectInsightDevice(0);
// }
// }
/**************************************/
/*Connect device with EPOC Plus headset*/
int number = IEdk.IEE_GetEpocPlusDeviceCount();
if(number != 0) {
if(!lock){
lock = true;
IEdk.IEE_ConnectEpocPlusDevice(0,false);
}
}

or something like this .


Viewing all articles
Browse latest Browse all 898

Trending Articles