The Neurosky corporation offers three methods by which developers' software can connect to their headsets. See at: http://developer.neurosky.com/docs/doku.php?id=which_api_is_right_for_me
Our project chooses the simplest way -- use an official background program called 'ThinkGear Connector' to get headset data from a standard TCP/IP socket. With the support of TGC, a connection between headset and COM port is established.
Our project chooses the simplest way -- use an official background program called 'ThinkGear Connector' to get headset data from a standard TCP/IP socket. With the support of TGC, a connection between headset and COM port is established.
In order to transfer data to our python script, an API is also needed. We have found an existing API on the Internet and test it. The progress didn't go well at first. After a lot of failed attempts, the API finally works well. Cheers!
No comments:
Post a Comment