EsotericSoftware / clippy

Multifunctional Windows productivity tool for programmers and other power users
BSD 3-Clause "New" or "Revised" License
127 stars 16 forks source link

Tobii head tracking not working #16

Closed pepper1958 closed 6 years ago

pepper1958 commented 6 years ago

Just loaded clippy, Caps Lock hot key works to move curser, but moving head does not move curser when holding hot key down.

Any suggestions to fix?

NathanSweet commented 6 years ago

What hardware are you using? Clippy is using the eye event provided by the Tobii drivers. If that doesn't give eye events, Clippy won't do head position tracking (which is actually the position of the left eye).

pepper1958 commented 6 years ago

I'm using Tobii 4C.

pepper1958 commented 6 years ago

Should left eye

storeHeadAdjustment = false;

be set to true?

NathanSweet commented 6 years ago

I also have a 4C. It should work fine as-is. What driver version are you using? I have 2.13.3. storeHeadAdjustment is unrelated. If you are Java-savvy you could try debugging it, otherwise I'm not sure what to say since it is working for me (and others).

pepper1958 commented 6 years ago

Thanks, its working now.

NathanSweet commented 6 years ago

What changed so others with a similar problem can solve it?