tocoteron / joycon-python

driver for Joy-Con (Nintendo Switch)
Other
116 stars 27 forks source link

Mouvements ? #31

Closed ToinouX360 closed 2 years ago

ToinouX360 commented 2 years ago

hello, could you tell me if it is possible to capture the movements in the space of the joycons ? (not the direction/rotation) Thanks

pbsds commented 2 years ago

Tracking position in space requires double integration of the acceleration and orientation, which often result in significant accumulated errors. It's possible, and i did once briefly attempt my hand at it, but i believe the joycons don't have the resolution required for it without significant drift.

ToinouX360 commented 2 years ago

Ok thanks