Page 1 of 1

TrackIR and FreePIE

Posted: Thu Dec 17, 2015 6:41 pm
by Massacre87
I'm sorry if this has been answered else where but i have been unable to find an answer. I'm using TrackIR 5.2.2 and FreePIE 1.9.611.0, running both as administrator. When I try to run:

Code: Select all

diagnostics.watch(trackIR.yaw)
diagnostics.watch(trackIR.pitch)
diagnostics.watch(trackIR.roll)
I get in the Watch tab:

Code: Select all

trackIR.yaw 0
trackIR.pitch 0
trackIR.roll 0
no matter how much movement I see in TrackIR. I've been trying to get TrackIR to control the PC mouse and have been unsuccessfull so I and used the above test to see if FreePIE can even see TrackIR as all previous attempts lead me to believe it could not. Any help would be appreciated.