-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tilt controls are not working Qt #4907
Comments
that is really interesting. Isn't accelerometer working right? (or is it something to do with the coefficitents?) @xsacha: could you try playing around with the values of Thanks! |
I will try wait .. |
I'll be back in ~1/2 an hour. Will check you response then :) |
Added and tried different values (some large and some min. like 3,4 etc.) but no luck still I am trying different values maybe find solution 😄 |
Thanks for the help!. try setting something like 100 or 200. Also, check your deadzone radius: is it set to 1.0 ? If it is, then no input will be received at all. |
Will check tomorrow btw deadzone radius is less than 1.0 |
@bollu, |
In Fact its the same with the Dpad Tilt function as well. |
any updates? |
Not checked yet |
Also, @KingPepper: Could you check if the tilt controls were working before the merge? If so, then can use the previous code (I doubt it was though, unless I've made an oversight). If it doesn't work, then it'll need some more rewrite - we need to allow proper calibration which is a pain to implement. |
No luck. Tested from 100 and less |
@bhavin192 you are recompiling right? :) I'm not sure how ppsspp handles accelerometer events from the qt side of things... I'd really like @xsacha to get involved in this since he's the resident at expert. Does anyone else have problems on this? |
@bollu, |
For sure , he will but not now after some days |
@KingPepper: Thanks for the info. This is a deeper problem in that case - I'll have to implement full-blown calibration. Wonder if @hrydgard has any ideas? There may be a way to easily extract axes data that I'm not aware of... |
Shouldn't require any special calibration. |
@bhavin192 any updates? I'm sorry, I'm able to get enough time to work on this :( |
@bollu |
You're trying to get 1.0 as maximum value, correct? The values reported by the APIs are always in meters per second. 9.8 is from gravity (when phone is facing in any direction), as it is an accelerometer. So you want x and y to be 9.8. Added Symbian and Blackberry. |
That's nice |
Remember guys, the axis's are not right still on the Android side of things, as I mentioned earlier. |
Tilt is still not working |
I know. It isn't actual receiving any data. I just updated the scaling. From: BhavinSent: Thursday, 20 February 2014 1:38 PMTo: hrydgard/ppssppReply To: hrydgard/ppssppCc: xsachaSubject: Re: [ppsspp] Tilt controls are not working Qt (#4907)@xsacha Tilt is still not working —Reply to this email directly or view it on GitHub. |
Fixed again. 92d074d |
After merge of #4515
Tilt controls in Qt for symbian are not working
@xsacha can you have a look
The text was updated successfully, but these errors were encountered: