Need help with freepie (video)

Official forum for open source FreePIE discussion and development.
Post Reply
zultex
One Eyed Hopeful
Posts: 14
Joined: Sun Jan 26, 2014 4:10 pm

Need help with freepie (video)

Post by zultex »

tell me what I'm doing wrong plz ...

Video : http://www.youtube.com/watch?v=loG2B2Gx ... e=youtu.be
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Need help with freepie (video)

Post by CyberVillain »

Strange, i will write you a PC program that does the same thing as the Android app to see if its something on the PC/FreePIE side or the app
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Need help with freepie (video)

Post by CyberVillain »

I added some more debug features to this apk please install and try
You do not have the required permissions to view the files attached to this post.
zultex
One Eyed Hopeful
Posts: 14
Joined: Sun Jan 26, 2014 4:10 pm

Re: Need help with freepie (video)

Post by zultex »

OK now the mouse move but it's not really working like when i put my cellphone up the mouse is doing crazy thing and i'm using this script :
def update():
#Apply deadband filter to avoid drift
#And continousRotation filter to yaw axis to avoid jumps when passing tracker center
x = filters.deadband(filters.delta(math.degrees(filters.continousRotation(android[0].yaw))), deadband)
y = filters.deadband(filters.delta(math.degrees(android[0].pitch)), deadband)

mouse.deltaX = x * multiply
mouse.deltaY = y * multiply

if starting:
deadband = 0.01
multiply = 5
android[0].update += update
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Need help with freepie (video)

Post by CyberVillain »

Then you probably didnt have the latest version of the APK in the first place because I havent changed anythin in the code other than some debug stuff.

Use googleYaw etc instead, it works better when you hold the phone like you do when used as a HMD.
Uncheck Send Raw and check Send Orientation
zultex
One Eyed Hopeful
Posts: 14
Joined: Sun Jan 26, 2014 4:10 pm

Re: Need help with freepie (video)

Post by zultex »

Now the app crash when the mouse start moving but it's still moving wierdly do you want that i record that for showing it to you what happen ?
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Need help with freepie (video)

Post by CyberVillain »

FreePIE or the android app?
zultex
One Eyed Hopeful
Posts: 14
Joined: Sun Jan 26, 2014 4:10 pm

Re: Need help with freepie (video)

Post by zultex »

the android app and the mouse still working wierd
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Need help with freepie (video)

Post by CyberVillain »

Please try the app from the latest installer instead
zultex
One Eyed Hopeful
Posts: 14
Joined: Sun Jan 26, 2014 4:10 pm

Re: Need help with freepie (video)

Post by zultex »

I use the new version for android but it still don't work :/
Post Reply

Return to “FreePIE”