Page 2 of 2

Re: Problems with reading rotation sensor?

Posted: 30 Nov 2020, 21:48
by Jussi Koskela
jakozo wrote:
Jussi Koskela wrote:Here's a test program created by another vendor that could be used to analyze the problem:

I am interested in these topics:
1. Does accelerometer test work?
2. Does compass test work?
3. Does gyroscope test work?

If you click the number field at bottom of screen after "Total" are the following sensors listed:
1. GAME_ROTATION_VECTOR
2. ROTATION_VECTOR
3. GEOMAGNETIC_ROTATION_VECTOR
Realme 6:
1,2,3: Works, all sensors listed, cant controll jumper.
Do you get sensor data if you click Total *NN* and then select GAME_ROTATION_VECTOR?

Re: Problems with reading rotation sensor?

Posted: 25 Dec 2020, 19:42
by Kardo
Jussi Koskela wrote:Here's a test program created by another vendor that could be used to analyze the problem:

I am interested in these topics:
1. Does accelerometer test work?
2. Does compass test work?
3. Does gyroscope test work?

If you click the number field at bottom of screen after "Total" are the following sensors listed:
1. GAME_ROTATION_VECTOR
2. ROTATION_VECTOR
3. GEOMAGNETIC_ROTATION_VECTOR
Realme 6:
Only GAME_ROTATION_VECTOR isn't working :(

Re: Problems with reading rotation sensor?

Posted: 05 Apr 2021, 00:35
by Dariusz Klimek
post deleted

Re: Problems with reading rotation sensor?

Posted: 05 Apr 2021, 11:54
by Jussi Koskela
Dariusz Klimek wrote:
Jussi Koskela wrote:Deluxe Ski Jump 2 v1.0.3 is now rolling out on Google Play. The updated version will use accelerometer to interpret the orientation changes during the flight if gyroscope is missing.
Please report the results.
Is it possible that You will add option for players to choose which sensor they like to use?
What's the use-case for that?

Currently the game tries to read gyroscope data for some time and if there's no data incoming it falls back to accelerometer. Normally gyroscope gives the best data, so for anybody with a functional gyroscope there shouldn't be a reason to use accelerometer. Of course some devices might have other options, too, and that's why I would like to know more about the use-case :)