Emotiv / cortex-example

Example with Cortex V2/V3 API
https://emotiv.com
MIT License
194 stars 113 forks source link

Headset connected/disconnected status, unexpected behavior #195

Closed landret closed 1 year ago

landret commented 1 year ago

Hi, I found out that:

nguoithichkhampha commented 1 year ago

@landret , our design allows to connect headset from any app. just need to call api https://emotiv.gitbook.io/cortex-api/headset/controldevice with command = "connect".

about disconnect from Emotiv Launcher or Emotiv BCI. it does not terminate the physical connection with headset. Emotiv Launcher or Emotiv BCI only call close session. So the disconnection from Emotiv apps does not affect to another app. That why when call "queryHeadsets" from developer app, you still the status is "connected".

landret commented 1 year ago

@nguoithichkhampha thanks for the explanation. I think it would be useful to specify this in the user manual.

nguoithichkhampha commented 1 year ago

@landret thanks for your feedback.