PicchiKevin / wiimote-webhid

A Wiimote implementation using WebHID - AKA: Wiimote for the Web
https://picchikevin.github.io/wiimote-webhid/
MIT License
51 stars 10 forks source link

points not displayed #4

Open Noflare opened 11 months ago

Noflare commented 11 months ago

Hi, the Wiimote always returns positions equal to 0 but does detect points

image

ThatCarrot commented 3 weeks ago

Hi i have the same issue.

if it can be of any help, i read online that there should be a response from the wiimote before firing other commands to it, so you have to wait for the wiimote to send its response. That might be the problem in the function initiateIR().

SOMETIMES i get it to work if i put break points in debug after each sendReport() and writeRegistercall(), to manually slow it down. but this is highly unreliable. 9 times out of 10 it is simply informing me how many points are found and their intensity, data position is always X:0 Y:0

Hopefully OP fixes this so i can continue my project :)