rdady / gear-vr-controller-linux

Gear VR Controller Linux WebBrowser mouse
45 stars 8 forks source link

Incomplete Readme, pip error, some buttons not working #4

Open jphein opened 4 years ago

jphein commented 4 years ago

First off, Thank you!!!

The read me leaves out these instructions that are in the script. Prerequisite: pip3 install python-uinput pygatt gatt more-itertools cmath --user

I needed to add numpy to the line, and I got this error:

Collecting cmath
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/cmath/

I assumed the mouse would move when i moved the remote, then realized you use the touchpad.

jphein commented 4 years ago

Also, the zoom out - button does nothing. Is there really only one click on the touch portion? It notice you have mapped that to scroll mode from move cursor mode.

jphein commented 4 years ago

lsb_release --all No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 19.10 Release: 19.10 Codename: eoan

jphein commented 4 years ago

Can we use the information from the orientation readings for gesture controls? Maybe for scrolling?

toot-toot commented 4 years ago

I had this problem as well until I found out that cmath is built-in although pip won't get to the install until it has downloaded everything. So just remove cmath (and maybe add numpy) from the pip command.