Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different headset vendor_id and product_name #6

Open
seclat opened this issue Nov 10, 2010 · 1 comment
Open

Different headset vendor_id and product_name #6

seclat opened this issue Nov 10, 2010 · 1 comment

Comments

@seclat
Copy link

seclat commented Nov 10, 2010

When getting emokit set up for the first time I noticed that the setupWin() in emotiv.py was failing to find my headset. I determined that the vendor_id and product_name attributes for my headset were different than those hardcoded into the setupWin() function. Below are the printouts for the two emotiv devices I found on my system:

[HID device (vID=0x1234, pID=0xed02, v=0x0003); Emotiv Systems Pty Ltd; Receiver Dongle L01, Path: ?\hid#vid_1234&pid_ed02&mi_00#7&6ac0ee5&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}]

[HID device (vID=0x1234, pID=0xed02, v=0x0003); Emotiv Systems Pty Ltd; Emotiv RAW DATA, Path:
?\hid#vid_1234&pid_ed02&mi_01#7&2a834ca7&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}]

...and here's the modification I had to make to setupWin() to get emotiv.Emotive() to run

filter = hid.HidDeviceFilter(vendor_id=0x1234, product_name='Emotiv RAW DATA')

I'm not sure if they've just changed these values recently (I bought it in July '10), or if mine is just different because it's the developer headset.

@pconerly
Copy link

pconerly commented May 4, 2011

How did you get the printouts for the two emotiv devices on your system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants